.
Created attachment 454673 [details] Patch
Created attachment 454675 [details] Patch
Comment on attachment 454675 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=454675&action=review > Source/WebGPU/WebGPU/RenderPassEncoder.mm:112 > + // There's no direct way of doing this, so we just push/pop an empty debug group. is this comment still valid? below we seem to insert a signpost instead of an empty debug group
Comment on attachment 454675 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=454675&action=review >> Source/WebGPU/WebGPU/RenderPassEncoder.mm:112 >> + // There's no direct way of doing this, so we just push/pop an empty debug group. > > is this comment still valid? below we seem to insert a signpost instead of an empty debug group Nope! Good catch.
Created attachment 454929 [details] Patch for committing
Committed r291386 (?): <https://commits.webkit.org/r291386>
<rdar://problem/90407762>