logdepthbuf_pars_vertex top-level property
Implementation
String logdepthbuf_pars_vertex = """
#ifdef USE_LOGDEPTHBUF
#ifdef USE_LOGDEPTHBUF_EXT
varying float vFragDepth;
varying float vIsPerspective;
#else
uniform float logDepthBufFC;
#endif
#endif
""";