mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
7 lines
93 B
GLSL
7 lines
93 B
GLSL
#version 330 core
|
|
out vec4 FragColor;
|
|
|
|
void main()
|
|
{
|
|
FragColor = vec4(1.0, 0., 0., 1.);
|
|
} |