mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[client] egl: added missing case from texture init
This commit is contained in:
parent
247e867f18
commit
b5dfbcb5a2
@ -152,6 +152,7 @@ bool egl_texBufferStreamInit(EGL_Texture ** texture, EGL_TexType type,
|
||||
switch(type)
|
||||
{
|
||||
case EGL_TEXTYPE_BUFFER_STREAM:
|
||||
case EGL_TEXTYPE_FRAMEBUFFER:
|
||||
case EGL_TEXTYPE_DMABUF:
|
||||
this->texCount = 2;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user