bevy/crates/bevy_render/src
Kurt Kühnert 8ea4a3decf TextureFormat::R16Unorm support for Image (#5249)
# Objective

Currently some TextureFormats are not supported by the Image type.
The `TextureFormat::R16Unorm` format is useful for storing heightmaps.
This small change would unblock releasing my terrain plugin on bevy 0.8.
 
## Solution

Added `TextureFormat::R16Unorm` support to Image.
This is an alternative (short term solution) to the large texture format issue https://github.com/bevyengine/bevy/pull/4124.
2022-07-11 14:11:29 +00:00
..
camera Make RenderStage::Extract run on the render world (#4402) 2022-07-08 23:56:33 +00:00
color Updated glam to 0.21. (#5142) 2022-07-03 19:55:33 +00:00
mesh Add support for removing attributes from meshes. (#5254) 2022-07-08 21:18:32 +00:00
primitives Spotlights (#4715) 2022-07-08 19:57:43 +00:00
render_graph Camera Driven Rendering (#4745) 2022-06-02 00:12:17 +00:00
render_phase Allow unbatched render phases to use unstable sorts (#5049) 2022-06-23 10:52:49 +00:00
render_resource Make RenderStage::Extract run on the render world (#4402) 2022-07-08 23:56:33 +00:00
renderer diagnostics: meaningful error when graph node has wrong number of inputs (#4924) 2022-06-06 15:47:52 +00:00
texture TextureFormat::R16Unorm support for Image (#5249) 2022-07-11 14:11:29 +00:00
view Make RenderStage::Extract run on the render world (#4402) 2022-07-08 23:56:33 +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 Make RenderStage::Extract run on the render world (#4402) 2022-07-08 23:56:33 +00:00
rangefinder.rs Add ViewRangefinder3d to reduce boilerplate when enqueuing standard 3D PhaseItems. (#5014) 2022-07-05 06:13:39 +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