yes
This commit is contained in:
10
modules/wallpaper-engine/shaders/flatpoint.vert
Normal file
10
modules/wallpaper-engine/shaders/flatpoint.vert
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
attribute vec4 a_PositionVec4;
|
||||
attribute vec4 a_Color;
|
||||
|
||||
varying vec4 v_Color;
|
||||
|
||||
void main() {
|
||||
gl_Position = a_PositionVec4;
|
||||
v_Color = a_Color;
|
||||
}
|
||||
Reference in New Issue
Block a user