fogVertex top-level constant
String
const fogVertex
Implementation
const String fogVertex = """
#ifdef USE_FOG
vFogDepth = - mvPosition.z;
#endif
""";
const String fogVertex = """
#ifdef USE_FOG
vFogDepth = - mvPosition.z;
#endif
""";