GL: Deleting textures is allowed from non-main threads
glDeleteTextures() is now deferred, so functions that deletetextures don't need the main thread assertion any more.
View differences
GL: Deleting textures is allowed from non-main threads
glDeleteTextures() is now deferred, so functions that delete
textures don't need the main thread assertion any more.