6 lines
62 B
GLSL
Executable File
6 lines
62 B
GLSL
Executable File
varying vec4 v_col;
|
|
|
|
void main(){
|
|
gl_FragColor = v_col;
|
|
}
|