mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-01 09:32:50 +00:00
GCodeViewer -> New shaders for options
This commit is contained in:
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);
|
||||
}
|
||||
Reference in New Issue
Block a user