Merge pull request #1343 from billhollings/minor-doc-fix

Change documentation references to macOS 10.16 to macOS 11.0.
This commit is contained in:
Bill Hollings 2021-04-27 13:09:46 -04:00 committed by GitHub
commit 55dd4ed229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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.
*

View File

@ -1556,7 +1556,7 @@ void MVKPhysicalDevice::initMetalFeatures() {
#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