mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 08:58:42 +03:00
update resources
This commit is contained in:
8
resources/shaders/110/background.vs
Normal file
8
resources/shaders/110/background.vs
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 110
|
||||
|
||||
attribute vec3 v_position;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = vec4(v_position, 1.0);
|
||||
}
|
||||
Reference in New Issue
Block a user