mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
QIDISlicer1.0.0
This commit is contained in:
10
resources/shaders/ES/flat.fs
Normal file
10
resources/shaders/ES/flat.fs
Normal file
@@ -0,0 +1,10 @@
|
||||
#version 100
|
||||
|
||||
precision highp float;
|
||||
|
||||
uniform vec4 uniform_color;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = uniform_color;
|
||||
}
|
||||
Reference in New Issue
Block a user