mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 00:48:41 +03:00
update resources
This commit is contained in:
9
resources/shaders/140/flat.fs
Normal file
9
resources/shaders/140/flat.fs
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 140
|
||||
|
||||
uniform vec4 uniform_color;
|
||||
|
||||
out vec4 frag_color;
|
||||
void main()
|
||||
{
|
||||
frag_color = uniform_color;
|
||||
}
|
||||
Reference in New Issue
Block a user