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