fogParsVertex top-level constant

String const fogParsVertex

Implementation

const String fogParsVertex = """
#ifdef USE_FOG

	varying float vFogDepth;

#endif
""";