From 1a85fcffba91eea39b53907f727032992e255c72 Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Sat, 13 Apr 2024 07:31:58 +0100 Subject: [PATCH] Sync demos copy of metal-cpp.h to match RenderDoc version --- util/test/demos/apple/official/metal-cpp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/util/test/demos/apple/official/metal-cpp.h b/util/test/demos/apple/official/metal-cpp.h index 1a3acddcc..c7e8f0e45 100644 --- a/util/test/demos/apple/official/metal-cpp.h +++ b/util/test/demos/apple/official/metal-cpp.h @@ -12939,6 +12939,7 @@ _MTL_INLINE MTL::Device* MTL::DepthStencilState::device() const namespace MTL { +class SamplerDescriptor; // RD: forward declare SamplerDescriptor _MTL_ENUM(NS::Integer, IOCompressionMethod) { IOCompressionMethodZlib = 0, IOCompressionMethodLZFSE = 1,