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