This website requires JavaScript.
Explore
Help
Register
Sign In
mozhe
/
BambuStudio
Watch
5
Star
0
Fork
You've already forked BambuStudio
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6078adf9a2
BambuStudio
/
resources
/
shaders
/
options_110.fs
9 lines
93 B
GLSL
Raw
Blame
History
#version 110
uniform
vec4
uniform_color
;
void
main
(
)
{
gl_FragColor
=
uniform_color
;
}
Reference in New Issue
View Git Blame
Copy Permalink