From 0a7fcec0f61c3c7e9d433f2574149b14801d3273 Mon Sep 17 00:00:00 2001 From: Isaac Marovitz Date: Wed, 13 Mar 2024 21:58:15 +0000 Subject: [PATCH] Enable Private API calls --- Common/MVKCommonEnvironment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/MVKCommonEnvironment.h b/Common/MVKCommonEnvironment.h index 5e1a61c1..e8335c41 100644 --- a/Common/MVKCommonEnvironment.h +++ b/Common/MVKCommonEnvironment.h @@ -138,7 +138,7 @@ extern "C" { * Disabled by default. */ #ifndef MVK_USE_METAL_PRIVATE_API -# define MVK_USE_METAL_PRIVATE_API 0 +# define MVK_USE_METAL_PRIVATE_API 1 #endif /** Directive to identify public symbols. */