This website requires JavaScript.
Explore
Oven
Feed
Help
Sign In
ktyl
/
skein
Watch
1
Star
0
Fork
You've already forked skein
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4bab4bbcf7
skein
/
frag.glsl
9 lines
98 B
GLSL
Raw
Blame
History
#version 330 core
out
vec4
FragColor
;
void
main
(
)
{
FragColor
=
vec4
(
1.0
,
0.5
,
0.2
,
1.0
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink