This website requires JavaScript.
Explore
Help
Sign In
shaunrd0
/
qtk
Watch
1
Star
1
Fork
You've already forked qtk
0
Code
Issues
9
Pull Requests
1
Actions
Projects
Releases
Wiki
Activity
0ed53f1f69
qtk
/
resources
/
shaders
/
fragment
/
solid-perspective.frag
10 lines
83 B
GLSL
Raw
Blame
History
#version 330
in
vec4
vColor
;
out
vec4
fColor
;
void
main
(
)
{
fColor
=
vColor
;
}
Reference in New Issue
View Git Blame
Copy Permalink