From 565e4a711a786d76a493394aba622caf984b98e2 Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Tue, 22 Mar 2022 05:15:52 +0000 Subject: [PATCH] MetalChunk entries for MTLLibary and MTLFunction --- renderdoc/driver/metal/metal_common.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renderdoc/driver/metal/metal_common.h b/renderdoc/driver/metal/metal_common.h index 1ff13c82a..7af820415 100644 --- a/renderdoc/driver/metal/metal_common.h +++ b/renderdoc/driver/metal/metal_common.h @@ -39,6 +39,10 @@ enum class MetalChunk : uint32_t MTLDevice_newDefaultLibrary, MTLDevice_newLibraryWithSource, MTLLibrary_newFunctionWithName, + MTLLibrary_newFunctionWithName_constantValues, + MTLLibrary_newFunctionWithDescriptor, + MTLLibrary_newIntersectionFunctionWithDescriptor, + MTLFunction_newArgumentEncoderWithBufferIndex, Max };