commandQueue
The command queue that this capture scope uses to limit which commands are recorded.
Declaration
var commandQueue: (any MTLCommandQueue)? { get }Discussion
This value is only available if you created the capture scope by calling the makeCaptureScope(commandQueue:) method. Otherwise, the value is nil.