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
d6b477b887
mkxp
/
shader
/
simpleColor.frag
8 lines
70 B
GLSL
Raw
Blame
History
varying
lowp
vec4
v_color
;
void
main
(
)
{
gl_FragColor
=
v_color
;
}
Reference in New Issue
View Git Blame
Copy Permalink