distill
distill copied to clipboard
Implement decompression in Loader
Decompression should be implemented in the loader and enabled in the asset pipeline for cached assets. This work should probably be offloaded to a different thread to avoid blocking main thread for larger blobs, or be implemented such that it can keep within a frame budget.