[NEW] LocDeltaList + LocDeltaList => LocDeltaList
[ohcount] / test / detect_files / foo_glsl.vert
1 // GLSL vertex shader
2 void main() {
3         gl_Position = gl_ProjectionMatrix * gl_ModelViewMatrix * gl_Vertex;
4 }