Files
2026-04-29 21:54:47 +01:00

5 lines
56 B
GLSL

#version 120
void main() {
gl_Position = gl_Vertex;
}