mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
6 lines
No EOL
87 B
GLSL
6 lines
No EOL
87 B
GLSL
varying vec4 out_col;
|
|
|
|
void main() {
|
|
vec4 col = out_col;
|
|
gl_FragColor = col;
|
|
} |