1
0
mirror of synced 2025-02-23 13:49:58 +01:00
KillzXGaming dbb73d165e Add tool
2018-11-11 20:01:21 -05:00

7 lines
99 B
GLSL

#version 330 core
out vec4 FragColor;
void main()
{
FragColor = vec4(1.0, 1.0, 0.0, 1.0);
}