mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-03 18:38:42 +03:00
update resources
This commit is contained in:
8
resources/shaders/140/silhouette.fs
Normal file
8
resources/shaders/140/silhouette.fs
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 140
|
||||
uniform vec3 u_base_color;
|
||||
|
||||
out vec4 frag_color;
|
||||
void main()
|
||||
{
|
||||
frag_color = vec4(u_base_color, 1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user