8 lines
67 B
GLSL
8 lines
67 B
GLSL
|
|
varying vec4 outColor;
|
|
|
|
void main()
|
|
{
|
|
gl_FragColor = outColor;
|
|
}
|