This website requires JavaScript.
Explore
Help
Sign In
MapleShrine
/
mkxp
Watch
1
Star
0
Fork
You've already forked mkxp
0
Code
Issues
32
Pull Requests
11
Projects
Releases
Wiki
Activity
01e17ed5c6
mkxp
/
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