mirror of
https://github.com/AntoineHX/LivingMachine.git
synced 2025-05-05 06:10:45 +02:00
6 lines
113 B
GLSL
6 lines
113 B
GLSL
|
void main()
|
||
|
{
|
||
|
// Transform the vertex position
|
||
|
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
|
||
|
}
|