This website requires JavaScript.
Explore
Help
Sign In
iGoX
/
OrcaSlicer-bambulab
Watch
1
Star
0
Fork
0
mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced
2026-08-22 03:53:11 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d4d1215874f93c49ee75c7b457e0b224502a6155
OrcaSlicer-bambulab
/
resources
/
shaders
/
110
/
flat.fs
T
9 lines
93 B
GLSL
Raw
Normal View
History
Unescape
Escape
Initial release
2026-05-11 19:29:55 +01:00
#version 110
uniform
vec4
uniform_color
;
void
main
()
{
gl_FragColor
=
uniform_color
;
}
Reference in New Issue
Copy Permalink