logdepthbufParsVertex top-level property

String logdepthbufParsVertex
getter/setter pair

Implementation

String logdepthbufParsVertex = """
#ifdef USE_LOGDEPTHBUF

	#ifdef USE_LOGDEPTHBUF_EXT

		varying float vFragDepth;
		varying float vIsPerspective;

	#else

		uniform float logDepthBufFC;

	#endif

#endif
""";