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