mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
renamed gles2 components to gles
This commit is contained in:
parent
879243e370
commit
00c96e3ac0
19 changed files with 304 additions and 303 deletions
|
|
@ -1,10 +0,0 @@
|
|||
uniform mat3 proj;
|
||||
uniform mat3 tex_proj;
|
||||
attribute vec2 pos;
|
||||
varying vec2 v_texcoord;
|
||||
|
||||
void main() {
|
||||
vec3 pos3 = vec3(pos, 1.0);
|
||||
gl_Position = vec4(pos3 * proj, 1.0);
|
||||
v_texcoord = (pos3 * tex_proj).xy;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue