VK_AMD_mixed_attachment_samples(3)
VK_AMD_mixed_attachment_samples
- Name String
-
VK_AMD_mixed_attachment_samples - Extension Type
-
Device extension
- Registered Extension Number
-
137
- Revision
-
1
- Ratification Status
-
Not ratified
- Extension and Version Dependencies
-
None
- API Interactions
-
-
Interacts with VK_VERSION_1_3
-
Interacts with VK_KHR_dynamic_rendering
-
- Contact
-
-
Matthaeus G. Chajdas anteru
-
Other Extension Metadata
- Last Modified Date
-
2017-07-24
- Contributors
-
-
Mais Alnasser, AMD
-
Matthaeus G. Chajdas, AMD
-
Maciej Jesionowski, AMD
-
Daniel Rakos, AMD
-
Description
This extension enables applications to use multisampled rendering with a depth/stencil sample count that is larger than the color sample count. Having a depth/stencil sample count larger than the color sample count allows maintaining geometry and coverage information at a higher sample rate than color information. All samples are depth/stencil tested, but only the first color sample count number of samples get a corresponding color output.
New Structures
If Vulkan Version 1.3 or VK_KHR_dynamic_rendering is supported:
New Enum Constants
-
VK_AMD_MIXED_ATTACHMENT_SAMPLES_EXTENSION_NAME -
VK_AMD_MIXED_ATTACHMENT_SAMPLES_SPEC_VERSION
If Vulkan Version 1.3 or VK_KHR_dynamic_rendering is supported:
-
Extending VkStructureType:
-
VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD
-
Document Notes
For more information, see the Vulkan Specification.
This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.