7 lines
77 B
PostScript
7 lines
77 B
PostScript
#version 130
|
|
|
|
varying vec4 v_color;
|
|
|
|
void main() {
|
|
gl_FragColor = v_color;
|
|
} |