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