Shaders modif
This commit is contained in:
@ -4,6 +4,8 @@ in vec3 color;
|
||||
|
||||
out vec4 FragColor;
|
||||
|
||||
uniform float time;
|
||||
|
||||
void main()
|
||||
{
|
||||
FragColor = vec4(color, 1.0f);
|
||||
|
Reference in New Issue
Block a user