This website requires JavaScript.
Explore
Help
Sign In
nortega
/
trippy-cube
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
master
trippy-cube
/
shaders
/
frag_shader.glsl
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
8 lines
88 B
GLSL
Raw
Permalink
Normal View
History
Unescape
Escape
Added sources.
2018-10-25 16:19:07 +02:00
#version 330 core
in
vec3
frag_col
;
out
vec3
color
;
void
main
()
{
color
=
frag_col
;
}
Reference in New Issue
Copy Permalink