bevy/crates/bevy_render
Francesco Giordana 052de08e56 Enable loading textures of unlimited size (#5305)
# Objective

Fixes #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
2022-07-13 11:31:18 +00:00
..
macros Better Materials: AsBindGroup trait and derive, simpler Material trait (#5053) 2022-06-30 23:48:46 +00:00
src Enable loading textures of unlimited size (#5305) 2022-07-13 11:31:18 +00:00
Cargo.toml Update time by sending frame instant through a channel (#4744) 2022-07-11 23:19:00 +00:00