[webkit-changes] [WebKit/WebKit] 89be16: [WebGPU] connect labels to various MTLResources fr...
mwyrzykowski
noreply at github.com
Mon Oct 9 18:21:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 89be16f98b9a5db73958128a321d4712378d1b86
https://github.com/WebKit/WebKit/commit/89be16f98b9a5db73958128a321d4712378d1b86
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M Source/WebGPU/WebGPU/BindGroup.mm
M Source/WebGPU/WebGPU/Texture.mm
Log Message:
-----------
[WebGPU] connect labels to various MTLResources from WebGPU resources
https://bugs.webkit.org/show_bug.cgi?id=262909
<radar://116692054>
Reviewed by Dan Glastonbury.
Attempt to give nameless resources names so they can be identified in the
GPU debugger more easily.
* Source/WebGPU/WebGPU/BindGroup.mm:
(WebGPU::Device::createBindGroup):
* Source/WebGPU/WebGPU/Texture.mm:
(WebGPU::Texture::createView):
Canonical link: https://commits.webkit.org/269122@main
More information about the webkit-changes
mailing list