grk464933/cw 1/shaders/shader_1_1.vert

9 lines
112 B
GLSL

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