s473632-grafika/grk2/cw 1/shaders/shader_1_1.vert
2024-02-08 21:52:41 +01:00

9 lines
112 B
GLSL

#version 430 core
layout(location = 0) in vec4 vertexPosition;
void main()
{
gl_Position = vertexPosition;
}