forked from AuroraMiddleware/gtk
8 lines
119 B
GLSL
8 lines
119 B
GLSL
uniform mat4 u_projection;
|
|
uniform mat4 u_modelview;
|
|
|
|
attribute vec2 aPosition;
|
|
attribute vec2 aUv;
|
|
|
|
varying vec2 vUv;
|