[webkit-changes] [WebKit/WebKit] 4c7dcf: [WebGPU] WGPUTextureFormat_RGB10A2Uint should supp...
mwyrzykowski
noreply at github.com
Fri Nov 17 04:52:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4c7dcf47194b0c256001df8e9b975b506d58d711
https://github.com/WebKit/WebKit/commit/4c7dcf47194b0c256001df8e9b975b506d58d711
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed paths:
M Source/WebGPU/WebGPU/Texture.mm
Log Message:
-----------
[WebGPU] WGPUTextureFormat_RGB10A2Uint should support multisampling
https://bugs.webkit.org/show_bug.cgi?id=265001
rdar://118542788
Reviewed by Tadeu Zagallo.
WGPUTextureFormat_RGB10A2Uint supports multisampling but it was
in the wrong part of the switch statement.
* Source/WebGPU/WebGPU/Texture.mm:
(WebGPU::supportsMultisampling):
Canonical link: https://commits.webkit.org/270884@main
More information about the webkit-changes
mailing list