website/src/shaders/vertexShader.glsl
2025-02-14 19:35:28 +01:00

3 lines
53 B
GLSL

void main() {
gl_Position = vec4(position, 1.0);
}