6 lines
82 B
GLSL
6 lines
82 B
GLSL
varying vec4 out_col;
|
|
|
|
void main() {
|
|
vec4 col = out_col;
|
|
gl_FragColor = col;
|
|
} |