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