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
603b2d06aa
BambuStudio
/
resources
/
shaders
/
110
/
background.fs
6 lines
90 B
Forth
Raw
Normal View
History
Unescape
Escape
Add the full source of BambuStudio using version 1.0.10
2022-07-15 15:37:19 +00:00
#version
110
uniform
vec4
uniform_color;
void
main()
{
gl_FragColor
=
uniform_color;
NEW: cherry-pick rendering-stuff to github branch jira: no-jira Change-Id: If615d572b2021e707cc9ff037fefeabf46dacfa4
2024-12-10 11:30:08 +00:00
}