This website requires JavaScript.
Explore
Help
Sign In
ilikecats
/
stk-code_catmod
Watch
1
Star
1
Fork
0
You've already forked stk-code_catmod
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4f9d40f3b2
stk-code_catmod
/
data
/
shaders
/
coloredquad.frag
9 lines
92 B
GLSL
Raw
Normal View
History
Unescape
Escape
Use sampleTextureLayer in shader files
2018-01-21 21:43:22 -05:00
uniform
ivec4
color
;
out
vec4
FragColor
;
void
main
(
)
{
FragColor
=
vec4
(
color
)
/
255.
;
}
Reference in New Issue
Copy Permalink