7 lines
131 B
GLSL
7 lines
131 B
GLSL
#if defined( USE_LOGDEPTHBUF ) && defined( USE_LOGDEPTHBUF_EXT )
|
|
|
|
uniform float logDepthBufFC;
|
|
varying float vFragDepth;
|
|
|
|
#endif
|