10 lines
77 B
GLSL
10 lines
77 B
GLSL
#version 120
|
|
|
|
|
|
varying vec4 color;
|
|
|
|
|
|
void main()
|
|
{
|
|
gl_FragData[0] = color;
|
|
} |