You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running with the latest Mesa drivers shows that we have a OpenGL error in the azul3d_tmx example:
Mesa: User error: GL_INVALID_ENUM in glTexParameter(param=GL_NEAREST_MIPMAP_NEAREST)
We should fix the error + add something to check when these occur, via gl.GetError instead of relying on the driver to report them (up to this point none have).
The text was updated successfully, but these errors were encountered:
Issue by slimsag
Sunday Nov 30, 2014 at 19:36 GMT
Originally opened as azul3d-legacy/gfx#55
Running with the latest Mesa drivers shows that we have a OpenGL error in the
azul3d_tmx
example:We should fix the error + add something to check when these occur, via
gl.GetError
instead of relying on the driver to report them (up to this point none have).The text was updated successfully, but these errors were encountered: