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