This commit is contained in:
Branimir Karadžić 2015-05-18 20:34:21 -07:00
parent 11868f704a
commit 2048aef329

View file

@ -1012,7 +1012,7 @@ namespace bgfx { namespace gl
, 0
, GL_FALSE
, 0
, GL_WRITE_ONLY
, GL_READ_WRITE
, s_imageFormat[_format]
);
GLenum err = glGetError();