diff --git a/renderdoc/driver/metal/metal_common.h b/renderdoc/driver/metal/metal_common.h index 4b9ecf115..01c1a2bba 100644 --- a/renderdoc/driver/metal/metal_common.h +++ b/renderdoc/driver/metal/metal_common.h @@ -77,6 +77,9 @@ enum class MetalChunk : uint32_t MTLLibrary_newFunctionWithDescriptor, MTLLibrary_newIntersectionFunctionWithDescriptor, MTLFunction_newArgumentEncoderWithBufferIndex, + MTLCommandQueue_commandBuffer, + MTLCommandQueue_commandBufferWithDescriptor, + MTLCommandQueue_commandBufferWithUnretainedReferences, Max };