mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[client] egl: set gl_Position.z in cursor vertex shader
This commit is contained in:
parent
1c7d14169e
commit
520460669c
@ -39,6 +39,6 @@ void main()
|
||||
gl_Position.y = muv.x;
|
||||
}
|
||||
|
||||
gl_Position.w = 1.0;
|
||||
gl_Position.zw = vec2(0.0, 1.0);
|
||||
uv = vertexUV;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user