mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 10:50:08 +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;
|