From 8f94b820a896373c85a8ddb65269034bf43f4350 Mon Sep 17 00:00:00 2001 From: Bill Hollings Date: Tue, 27 Apr 2021 12:53:02 -0400 Subject: [PATCH] Change documentation references to macOS 10.16 to macOS 11.0. --- Docs/Whats_New.md | 2 +- MoltenVK/MoltenVK/API/vk_mvk_moltenvk.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/Whats_New.md b/Docs/Whats_New.md index 53cf64e0c..1296ce6d7 100644 --- a/Docs/Whats_New.md +++ b/Docs/Whats_New.md @@ -21,7 +21,7 @@ Released 2021/04/27 - Add beta support for using Metal argument buffers for shader resources on _macOS_, by setting `MVK_CONFIG_USE_METAL_ARGUMENT_BUFFERS` environment variable (disabled by default). This dramatically expands the number of resources that can be submitted to a pipeline stage, per the Vulkan - `VK_EXT_descriptor_indexing` extension. **Currently available on _macOS 10.16 (Big Sur)_ or later, + `VK_EXT_descriptor_indexing` extension. **Currently available on _macOS 11.0 (Big Sur)_ or later, and on earlier _macOS_ versions on _Intel_ GPU's**. - Add support for `HDR10` colorspace via `VK_COLOR_SPACE_HDR10_HLG_EXT` and `VK_COLOR_SPACE_HDR10_ST2084_EXT`. - Always explicitly set `CAMetalLayer` colorspace property based on _Vulkan_ parameters, diff --git a/MoltenVK/MoltenVK/API/vk_mvk_moltenvk.h b/MoltenVK/MoltenVK/API/vk_mvk_moltenvk.h index f1641c494..68a6080ed 100644 --- a/MoltenVK/MoltenVK/API/vk_mvk_moltenvk.h +++ b/MoltenVK/MoltenVK/API/vk_mvk_moltenvk.h @@ -810,7 +810,7 @@ typedef struct { * shaders. If this setting is disabled, MoltenVK will bind resources to shaders discretely. * * NOTE: Currently, Metal argument buffer support is in beta stage, and is only supported - * on macOS 10.16 (Big Sur) or later, or on older versions of macOS using an Intel GPU. + * on macOS 11.0 (Big Sur) or later, or on older versions of macOS using an Intel GPU. * Metal argument buffers support is not available on iOS. Development to support iOS * and a wider combination of GPU's on older macOS versions is under way. * diff --git a/MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm b/MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm index d4e1a4bf9..0c34db3a5 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm @@ -1556,7 +1556,7 @@ #endif // Currently, Metal argument buffer support is in beta stage, and is only supported - // on macOS 10.16 (Big Sur) or later, or on older versions of macOS using an Intel GPU. + // on macOS 11.0 (Big Sur) or later, or on older versions of macOS using an Intel GPU. // Metal argument buffers support is not available on iOS. Development to support iOS // and a wider combination of GPU's on older macOS versions is under way. #if MVK_MACOS