From 02d72c038ed722073d62dca6bb6f2349f7a8c4bb Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Tue, 22 Mar 2022 05:49:42 +0000 Subject: [PATCH] MetalChunk entries for MTLCommandQueue --- renderdoc/driver/metal/metal_common.h | 3 +++ 1 file changed, 3 insertions(+) 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 };