mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 14:34:04 -06:00
GCodeViewer -> New shaders for options
This commit is contained in:
parent
80c2f107c1
commit
4d05ec0856
18 changed files with 132 additions and 408 deletions
8
resources/shaders/options_110.fs
Normal file
8
resources/shaders/options_110.fs
Normal file
|
@ -0,0 +1,8 @@
|
|||
#version 120
|
||||
|
||||
uniform vec3 uniform_color;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = vec4(uniform_color, 1.0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue