7 lines
80 B
GLSL
7 lines
80 B
GLSL
#version 450 core
|
|
out vec4 fColor;
|
|
void main()
|
|
{
|
|
// fColor = vec4 (0,0,0,0);
|
|
}
|