diff options
Diffstat (limited to 'components/script/dom/gpuconvert.rs')
-rw-r--r-- | components/script/dom/gpuconvert.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/gpuconvert.rs b/components/script/dom/gpuconvert.rs index 2c3b05f5cfa..8244935e07c 100644 --- a/components/script/dom/gpuconvert.rs +++ b/components/script/dom/gpuconvert.rs @@ -82,7 +82,7 @@ impl From<GPUTextureFormat> for wgt::TextureFormat { GPUTextureFormat::Bc6h_rgb_float => wgt::TextureFormat::Bc6hRgbFloat, GPUTextureFormat::Rgb9e5ufloat => wgt::TextureFormat::Rgb9e5Ufloat, GPUTextureFormat::Rgb10a2uint => wgt::TextureFormat::Rgb10a2Uint, - GPUTextureFormat::Rg11b10ufloat => wgt::TextureFormat::Rg11b10UFloat, + GPUTextureFormat::Rg11b10ufloat => wgt::TextureFormat::Rg11b10Ufloat, GPUTextureFormat::Stencil8 => wgt::TextureFormat::Stencil8, GPUTextureFormat::Depth16unorm => wgt::TextureFormat::Depth16Unorm, GPUTextureFormat::Depth32float_stencil8 => wgt::TextureFormat::Depth32FloatStencil8, |