logdepthbufParsVertex top-level constant

String const logdepthbufParsVertex

Implementation

const String logdepthbufParsVertex = """
#ifdef USE_LOGDEPTHBUF

	varying float vFragDepth;
	varying float vIsPerspective;

#endif
""";