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