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 };