mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-17 23:50:16 +00:00
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;
|