Skip to content

Commit

Permalink
Merge pull request #1343 from billhollings/minor-doc-fix
Browse files Browse the repository at this point in the history
Change documentation references to macOS 10.16 to macOS 11.0.
  • Loading branch information
billhollings authored Apr 27, 2021
2 parents c445d09 + 8f94b82 commit 55dd4ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Docs/Whats_New.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion MoltenVK/MoltenVK/API/vk_mvk_moltenvk.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55dd4ed

Please sign in to comment.