[NEW] General objects for keeping track of line counts and line count deltas.
[ohcount] / test / src_dir / foo.glsl
1 // GLSL vertex shader
2 void main() {
3         gl_Position = gl_ProjectionMatrix * gl_ModelViewMatrix * gl_Vertex;
4 }