mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 14:57:04 +00:00
[client] egl: do not set ops
, this is done in texture.c
This commit is contained in:
parent
13d9c84dc9
commit
037788f562
@ -148,7 +148,6 @@ bool eglTexBuffer_stream_init(EGL_Texture ** texture_, EGLDisplay * display)
|
|||||||
|
|
||||||
TextureBuffer * this = UPCAST(TextureBuffer, *texture_);
|
TextureBuffer * this = UPCAST(TextureBuffer, *texture_);
|
||||||
|
|
||||||
this->base.ops = &EGL_TextureBufferStream;
|
|
||||||
this->texCount = 2;
|
this->texCount = 2;
|
||||||
LG_LOCK_INIT(this->copyLock);
|
LG_LOCK_INIT(this->copyLock);
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user