[webkit-changes] [WebKit/WebKit] 6934bc: [WebGPU] remove invalid code paths in RenderBundle...
mwyrzykowski
noreply at github.com
Tue Oct 29 16:16:31 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6934bcfc3a529037e2948a5a3b2173cf238bce5f
https://github.com/WebKit/WebKit/commit/6934bcfc3a529037e2948a5a3b2173cf238bce5f
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M Source/WebGPU/WebGPU/RenderBundleEncoder.mm
Log Message:
-----------
[WebGPU] remove invalid code paths in RenderBundleEncoder
https://bugs.webkit.org/show_bug.cgi?id=282226
rdar://138790522
Reviewed by Dan Glastonbury.
These code paths should not be reachable, since we fallback to
record-replay when indirect draw commands are used in a RenderBundle.
* Source/WebGPU/WebGPU/RenderBundleEncoder.mm:
(WebGPU::RenderBundleEncoder::drawIndexedIndirect):
(WebGPU::RenderBundleEncoder::drawIndirect):
Canonical link: https://commits.webkit.org/285868@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list