This website requires JavaScript.
Explore
Help
Register
Sign In
rabix
/
RedPanda-CPP
mirror of
https://github.com/Reduced-panda/RedPanda-CPP
Watch
1
Star
0
Fork
You've already forked RedPanda-CPP
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2d65e1d93b
RedPanda-CPP
/
Templates
/
GLFW_shader.frag.txt
9 lines
103 B
Plaintext
Raw
Blame
History
#version 330 core
in vec3 ourColor;
out vec4 color;
void main()
{
color = vec4(ourColor, 1.0f);
}
Reference in New Issue
View Git Blame
Copy Permalink