julien-c's picture
julien-c HF Staff
do not gitignore the builds
6cd9596
raw
history blame
165 Bytes
export default /* glsl */`
#if defined( USE_LOGDEPTHBUF ) && defined( USE_LOGDEPTHBUF_EXT )
gl_FragDepthEXT = log2( vFragDepth ) * logDepthBufFC * 0.5;
#endif
`;