Fixed incorrect management of GL textures used with the sky sphere
When resetting GL, any acquired textures should either be deleted prior to setting up a new render context and clear the variables used to track their identifiers on application side at this time, or, simply "forget" about the uploaded content and clear the identifier tracking values.
Fixed incorrect management of GL textures used with the sky sphere
When resetting GL, any acquired textures should either be deleted prior
to setting up a new render context and clear the variables used to track
their identifiers on application side at this time, or, simply "forget"
about the uploaded content and clear the identifier tracking values.