Gra_3d/shader.vsh
2017-08-10 18:16:22 +02:00

3 lines
75 B
GLSL

void main() {
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
}