logdepthbufVertex top-level constant

String const logdepthbufVertex

Implementation

const String logdepthbufVertex = """
#ifdef USE_LOGDEPTHBUF

	vFragDepth = 1.0 + gl_Position.w;
	vIsPerspective = float( isPerspectiveMatrix( projectionMatrix ) );

#endif
""";