This website requires JavaScript.
Explore
Help
Sign In
OpenGL
/
03
Watch
1
Star
0
Fork
You've already forked 03
0
Code
Issues
Pull Requests
Releases
4
Wiki
Activity
e64d62b56f
03
/
shaders
/
shader.frag
9 lines
85 B
GLSL
Raw
Blame
History
#version 330 core
out
vec3
color
;
void
main
(
)
{
color
=
vec3
(
1
,
0
,
0
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink