[webkit-changes] [WebKit/WebKit] 2e7765: [WebGPU] MTLCaptureManager stops capturing frame t...
mwyrzykowski
noreply at github.com
Mon Oct 9 23:31:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2e77657588c7cbdce6087ce5d27c00d3b3b45abf
https://github.com/WebKit/WebKit/commit/2e77657588c7cbdce6087ce5d27c00d3b3b45abf
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M Source/WebGPU/WebGPU/Queue.mm
Log Message:
-----------
[WebGPU] MTLCaptureManager stops capturing frame too soon
https://bugs.webkit.org/show_bug.cgi?id=262940>
<radar://116716543>
Reviewed by Dan Glastonbury.
We want to end capture after queue calls submit as there may
be multiple command buffers.
* Source/WebGPU/WebGPU/Queue.mm:
(WebGPU::Queue::commitMTLCommandBuffer):
(WebGPU::Queue::submit):
Canonical link: https://commits.webkit.org/269132@main
More information about the webkit-changes
mailing list