alphahashFragment top-level constant
String
const alphahashFragment
Implementation
const String alphahashFragment = /* glsl */'''
#ifdef USE_ALPHAHASH
if ( diffuseColor.a < getAlphaHashThreshold( vPosition ) ) discard;
#endif
''';