bevy/crates/bevy_render/src
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
..
camera Alias world_to_viewport for easier migration (#5298) 2022-07-12 18:57:19 +00:00
color Very minor doc formatting changes (#5287) 2022-07-12 13:06:16 +00:00
mesh Very minor doc formatting changes (#5287) 2022-07-12 13:06:16 +00:00
primitives Very minor doc formatting changes (#5287) 2022-07-12 13:06:16 +00:00
render_graph Camera Driven Rendering (#4745) 2022-06-02 00:12:17 +00:00
render_phase Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
render_resource Make RenderStage::Extract run on the render world (#4402) 2022-07-08 23:56:33 +00:00
renderer Update time by sending frame instant through a channel (#4744) 2022-07-11 23:19:00 +00:00
texture Enable loading textures of unlimited size (#5305) 2022-07-13 11:31:18 +00:00
view Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
extract_component.rs Make RenderStage::Extract run on the render world (#4402) 2022-07-08 23:56:33 +00:00
extract_param.rs Make RenderStage::Extract run on the render world (#4402) 2022-07-08 23:56:33 +00:00
extract_resource.rs Extract resources into their target location (#5271) 2022-07-10 21:04:35 +00:00
lib.rs Update time by sending frame instant through a channel (#4744) 2022-07-11 23:19:00 +00:00
rangefinder.rs Very minor doc formatting changes (#5287) 2022-07-12 13:06:16 +00:00
render_asset.rs Make RenderStage::Extract run on the render world (#4402) 2022-07-08 23:56:33 +00:00
settings.rs Add some docs about lowspec rendering (#5091) 2022-06-25 16:22:28 +00:00