mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
4 lines
88 B
GLSL
4 lines
88 B
GLSL
#version 110
|
|
void main() {
|
|
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
|
|
} |