Files
evol-sandbox/res/project/triangle.vert
2021-06-08 09:53:35 +02:00

6 lines
55 B
GLSL

#version 450
void main() {
gl_Position = vec4(0);
}