diff --git a/crates/bevy_render/src/texture/image.rs b/crates/bevy_render/src/texture/image.rs index 589e866749..9df55dbf0a 100644 --- a/crates/bevy_render/src/texture/image.rs +++ b/crates/bevy_render/src/texture/image.rs @@ -519,6 +519,7 @@ impl TextureFormatPixelInfo for TextureFormat { | TextureFormat::R16Float | TextureFormat::Rg16Uint | TextureFormat::Rg16Sint + | TextureFormat::R16Unorm | TextureFormat::Rg16Float | TextureFormat::Rgba16Uint | TextureFormat::Rgba16Sint @@ -552,6 +553,7 @@ impl TextureFormatPixelInfo for TextureFormat { | TextureFormat::R8Sint | TextureFormat::R16Uint | TextureFormat::R16Sint + | TextureFormat::R16Unorm | TextureFormat::R16Float | TextureFormat::R32Uint | TextureFormat::R32Sint