DEBSOURCES
Skip Quicknav
sources / piglit / 0~git20220119-124bca3c9-1 / tests / shaders / glsl-preprocessor-comments.vert
123456789
#define YES 1 void main() { #if YES // definitely yes gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; #endif }