mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
6 lines
65 B
GLSL
6 lines
65 B
GLSL
|
|
uniform lowp vec4 color;
|
|
|
|
void main(){
|
|
gl_FragColor = color;
|
|
}
|