1
0
mirror of synced 2025-11-09 21:07:12 +00:00
Files
shade_runner/tests/shaders/vert3.glsl
2019-04-26 15:24:58 +10:00

9 lines
113 B
GLSL

#version 450
layout(location = 0) in vec2 position;
void main() {
gl_Position = vec4(position, 0.0, 1.0);
}