Codebase list ohcount / fresh-snapshots/main test / src_dir / foo.glsl
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

foo.glsl @fresh-snapshots/mainraw · history · blame

1
2
3
4
// GLSL vertex shader
void main() {
	gl_Position = gl_ProjectionMatrix * gl_ModelViewMatrix * gl_Vertex;
}