Label command queues in Xcode metal capture scope?

I have to guess which command queue is the one I want to debug in Xcode here:

I have label set, but it doesn't seem to affect this part of Xcode.

Answered by Graphics and Games Engineer in 812914022

Hi apexskier,

We're aware of the issue and it's under investigation, ideally the queue label should be shown here.

As a workaround I'd suggest creating a custom MTLCaptureScope. https://developer.apple.com/documentation/metal/mtlcapturescope?language=objc

Accepted Answer

Hi apexskier,

We're aware of the issue and it's under investigation, ideally the queue label should be shown here.

As a workaround I'd suggest creating a custom MTLCaptureScope. https://developer.apple.com/documentation/metal/mtlcapturescope?language=objc

Label command queues in Xcode metal capture scope?
 
 
Q