This website requires JavaScript.
Explore
Help
Sign In
martin
/
protot
Watch
1
Star
0
Fork
You've already forked protot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7ac6e36c1f
protot
/
data
/
shaders
/
fs_simple.glsl
8 lines
97 B
GLSL
Raw
Blame
History
#version 330 core
layout
(
location
=
0
)
out
vec3
color
;
void
main
(
)
{
color
=
vec3
(
1
,
0
,
0
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink