diff options
author | Samson <16504129+sagudev@users.noreply.github.com> | 2024-09-07 22:28:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 20:28:36 +0000 |
commit | 567c3185f8d42898e754f85a63b51ad32680972d (patch) | |
tree | 8802671ed69231313f89a98c931e3d1a6ce421bc /components/script/dom/gpuconvert.rs | |
parent | 152e62022a8c69d28c217b0fce651fd2d02dc08f (diff) | |
download | servo-567c3185f8d42898e754f85a63b51ad32680972d.tar.gz servo-567c3185f8d42898e754f85a63b51ad32680972d.zip |
chore: Update wgpu (#33357)
* Update wgpu
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
* Update expectations
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
---------
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
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, |