This website requires JavaScript.
Explore
Help
Sign In
DaniTheSkunk
/
skunkworks-c
Watch
1
Star
0
Fork
You've already forked skunkworks-c
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
213e530d88
skunkworks-c
/
src
/
renderer2d_frag.glsl
9 lines
104 B
GLSL
Raw
Blame
History
#version 460
in
vec4
vcolor
;
layout
(
location
=
0
)
out
vec4
color
;
void
main
(
)
{
color
=
vcolor
;
}
Reference in New Issue
View Git Blame
Copy Permalink