logdepthbuf_pars_vertex top-level property

String logdepthbuf_pars_vertex
getter/setter pair

Implementation

String logdepthbuf_pars_vertex = """
#ifdef USE_LOGDEPTHBUF

	#ifdef USE_LOGDEPTHBUF_EXT

		varying float vFragDepth;
		varying float vIsPerspective;

	#else

		uniform float logDepthBufFC;

	#endif

#endif
""";