mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-03-27 09:58:46 +08:00
6 lines
64 B
GLSL
6 lines
64 B
GLSL
uniform vec4 color;
|
|
|
|
void main(void) {
|
|
gl_FragColor = color;
|
|
}
|