Crafter.Graphics/test2.frag
2025-04-27 22:16:56 +02:00

8 lines
No EOL
108 B
GLSL

#version 450
layout(location = 0) out vec4 outFragColor;
void main()
{
outFragColor = vec4(1, 1, 1, 1);
}