GRK/cw 3/shaders/shader_3_1.frag

9 lines
74 B
GLSL
Raw Normal View History

2022-01-12 16:07:16 +01:00
#version 430 core
in vec4 color;
void main()
{
gl_FragColor = color;
}