mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
~ | First triangle
This commit is contained in:
@ -3,5 +3,5 @@ out vec4 FragColor;
|
||||
|
||||
void main()
|
||||
{
|
||||
FragColor = vec4(1.0, 0., 0., 0.);
|
||||
}
|
||||
FragColor = vec4(1.0, 0., 0., 1.);
|
||||
}
|
Reference in New Issue
Block a user