Skip to content

Commit

Permalink
[WebGPU] Add support for rgba10a2uint in GPUTextureFormat.idl
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=263157
<radar://117027534>

Reviewed by Dan Glastonbury.

This was mostly added as part of https://bugs.webkit.org/show_bug.cgi?id=261511
but was missing a value in the serialization file.

* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

Canonical link: https://commits.webkit.org/269401@main
  • Loading branch information
mwyrzykowski committed Oct 17, 2023
1 parent 83c58e3 commit 0401871
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5905,6 +5905,7 @@ enum class WebCore::WebGPU::TextureFormat : uint8_t {
Bgra8unorm,
Bgra8unormSRGB,
Rgb9e5ufloat,
Rgb10a2uint,
Rgb10a2unorm,
Rg11b10ufloat,
Rg32uint,
Expand Down

0 comments on commit 0401871

Please sign in to comment.