OpenGLContext.texturecache
Cache of compiled textures for a context
Classes
class TextureCache(
object
):
Cache ID: texture-object mapping
XXX
I think there should be one of these per-context,
but as of yet, there's just the one instance. Will
need to pass in the mode to the render functions to
make per-context caches viable.