Too much changes
This commit is contained in:
8
shaders/ui_base.ps
Normal file
8
shaders/ui_base.ps
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 120
|
||||
|
||||
varying vec2 v_texcoord;
|
||||
varying vec4 v_color;
|
||||
|
||||
void main() {
|
||||
gl_FragColor = v_color;
|
||||
}
|
||||
Reference in New Issue
Block a user