This website requires JavaScript.
Explore
Help
Sign In
nortega
/
ttt3d
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
f770d0e973d5642e9f65e35efe7d0c43b5a390c1
ttt3d
/
assets
/
shaders
/
fragment_shader.glsl
T
8 lines
84 B
GLSL
Raw
Normal View
History
Unescape
Escape
Should be able to load models now.
2018-12-17 11:27:54 +01:00
#version 330 core
in
vec3
frag_col
;
out
vec3
col
;
void
main
()
{
col
=
frag_col
;
}
Reference in New Issue
Copy Permalink