In a lot of our examples we decode JPEGs on the fly. We want a RAM cache for decoded JPEGs, so we can quickly inspect them (e.g. hover to read pixel values). This is completely separate from a VRAM cache of uploaded textures.
Currently the two are combined in the weird ImageCache
In a lot of our examples we decode JPEGs on the fly. We want a RAM cache for decoded JPEGs, so we can quickly inspect them (e.g. hover to read pixel values). This is completely separate from a VRAM cache of uploaded textures.
Currently the two are combined in the weird
ImageCache