mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] egl: remove accidental commit of debug code
This commit is contained in:
parent
f0923c4ed7
commit
b31e8e1cee
@ -433,10 +433,6 @@ bool egl_render_startup(void * opaque, SDL_Window * window)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
EGLint value;
|
|
||||||
eglQueryContext(this->display, this->context, EGL_RENDER_BUFFER, &value);
|
|
||||||
DEBUG_INFO("%x", value);
|
|
||||||
|
|
||||||
eglMakeCurrent(this->display, this->surface, this->surface, this->context);
|
eglMakeCurrent(this->display, this->surface, this->surface, this->context);
|
||||||
|
|
||||||
DEBUG_INFO("Vendor : %s", glGetString(GL_VENDOR ));
|
DEBUG_INFO("Vendor : %s", glGetString(GL_VENDOR ));
|
||||||
|
Loading…
Reference in New Issue
Block a user