Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable loading textures of unlimited size (bevyengine#5305)
# Objective Fixes bevyengine#5304 ## Solution Instead of using a simple utility function for loading, which uses a default allocation limit of 512MB, we use a Reader object which can be configured ad hoc. ## Changelog > This section is optional. If this was a trivial fix, or has no externally-visible impact, you can delete this section. - Allows loading of textures larger than 512MB
- Loading branch information