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

7 lines
86 B
GLSL

#version 430 core
out vec4 color;
void main()
{
color = vec4(0.0, 0.6, 0.95, 1.0);
}