This website requires JavaScript.
Explore
Help
Sign In
Ancurio
/
mkxp-freebird
Watch
1
Star
0
Fork
You've already forked mkxp-freebird
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
46494766bd
mkxp-freebird
/
shader
/
flatColor.frag
8 lines
66 B
GLSL
Raw
Blame
History
uniform
lowp
vec4
color
;
void
main
(
)
{
gl_FragColor
=
color
;
}
Reference in New Issue
View Git Blame
Copy Permalink