[webkit-changes] [WebKit/WebKit] 264819: [WebGPU] Implement std::span in RenderBundleEncode...
mwyrzykowski
noreply at github.com
Sat Aug 24 18:32:33 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2648194dcc7f18a0118c86176d838df58e630557
https://github.com/WebKit/WebKit/commit/2648194dcc7f18a0118c86176d838df58e630557
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-08-24 (Sat, 24 Aug 2024)
Changed paths:
M Source/WebGPU/WebGPU/RenderBundleEncoder.mm
Log Message:
-----------
[WebGPU] Implement std::span in RenderBundleEncoder::executePreDrawCommands
https://bugs.webkit.org/show_bug.cgi?id=278450
rdar://132230441
Reviewed by Dan Glastonbury.
Prefer memcpySpan which has built-in release assertions over memcpy
with our own release assertions.
* Source/WebGPU/WebGPU/RenderBundleEncoder.mm:
(WebGPU::RenderBundleEncoder::executePreDrawCommands):
Canonical link: https://commits.webkit.org/282708@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