Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add TextureFormat::Rg16Unorm support for Image and derive Resource fo…
…r SpecializedComputePipelines (bevyengine#5991) # Objective Currently some TextureFormats are not supported by the Image type. The `TextureFormat::Rg16Unorm` format is useful for storing minmax heightmaps. Similar to bevyengine#5249 I now additionally require image to support the dual channel variant. ## Solution Added `TextureFormat::Rg16Unorm` support to Image. Additionally this PR derives `Resource` for `SpecializedComputePipelines`, because for some reason this was missing. All other special pipelines do derive `Resource` already. Co-authored-by: Kurt Kühnert <[email protected]>
- Loading branch information