This website requires JavaScript.
Explore
Help
Sign In
dendy
/
usg
Watch
1
Star
0
Fork
You've already forked usg
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
51404cd706
usg
/
src
/
shaders
/
fragment.fs
8 lines
77 B
GLSL
Raw
Blame
History
#version 330 core
in
vec4
color
;
void
main
(
)
{
gl_FragColor
=
color
;
}
Reference in New Issue
View Git Blame
Copy Permalink