mkxp-sunshine/shader/flatColor.frag
2026-05-09 20:28:10 +04:00

6 lines
65 B
GLSL

uniform lowp vec4 color;
void main(){
gl_FragColor = color;
}