mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-06 13:43:03 +02:00
5 lines
81 B
GLSL
5 lines
81 B
GLSL
out vec4 FragColor;
|
|
void main()
|
|
{
|
|
FragColor = vec4(1.0f, 0.5f, 0.2f, 1.0f);
|
|
} |