mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 18:26:26 +02:00
Remove gl error logging
This commit is contained in:
parent
4e58341631
commit
7cab70deba
1 changed files with 1 additions and 3 deletions
|
@ -259,9 +259,7 @@ void GLBackend::do_setResourceTexture(const Batch& batch, size_t paramOffset) {
|
||||||
glActiveTexture(GL_TEXTURE0 + slot);
|
glActiveTexture(GL_TEXTURE0 + slot);
|
||||||
glBindTexture(target, to);
|
glBindTexture(target, to);
|
||||||
|
|
||||||
if (CHECK_GL_ERROR()) {
|
(void) CHECK_GL_ERROR();
|
||||||
qDebug() << "slot: " << slot << ", target: " << target << ", to: " << to;
|
|
||||||
}
|
|
||||||
|
|
||||||
_resource._textures[slot] = resourceTexture;
|
_resource._textures[slot] = resourceTexture;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue