This website requires JavaScript.
Explore
Help
Sign In
dan
/
TIC-80-guile
Watch
1
Star
0
Fork
You've already forked TIC-80-guile
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
9a485dc06f
TIC-80-guile
/
data
/
shaders
/
untextured.frag
8 lines
80 B
GLSL
Raw
Blame
History
#version 120
varying
vec4
color
;
void
main
(
void
)
{
gl_FragColor
=
color
;
}
Reference in New Issue
View Git Blame
Copy Permalink