mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38: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)
|
switch(type)
|
||||||
{
|
{
|
||||||
case EGL_TEXTYPE_BUFFER_STREAM:
|
case EGL_TEXTYPE_BUFFER_STREAM:
|
||||||
|
case EGL_TEXTYPE_FRAMEBUFFER:
|
||||||
case EGL_TEXTYPE_DMABUF:
|
case EGL_TEXTYPE_DMABUF:
|
||||||
this->texCount = 2;
|
this->texCount = 2;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user