This website requires JavaScript.
Explore
Help
Sign In
milk
/
UnnamedCarGame
Watch
1
Star
0
Fork
You've already forked UnnamedCarGame
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0b225454ce
UnnamedCarGame
/
resources
/
shaders
/
test
/
shader.frag
7 lines
108 B
GLSL
Raw
Blame
History
#version 330 core
out
vec4
Color
;
void
main
(
)
{
Color
=
vec4
(
0.9
,
0.5
,
0.2
,
1.0
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink