Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Name
VK_KHR_maintenance3 - device extension
VK_KHR_maintenance3
- Name String
VK_KHR_maintenance3
- Extension Type
- Device extension
- Registered Extension Number
- 169
- Revision
- 1
- Ratification Status
- Ratified
- Extension and Version Dependencies
- VK_KHR_get_physical_device_properties2
- Deprecation State
- Promoted to Vulkan 1.1
- Contact
Other Extension Metadata
- Last Modified Date
- 2017-09-05
- Interactions and External Dependencies
- Promoted to Vulkan 1.1 Core
- Contributors
- Jeff Bolz, NVIDIA
Description
VK_KHR_maintenance3
adds a collection of minor features that were
intentionally left out or overlooked from the original Vulkan 1.0
release.
The new features are as follows:
- A limit on the maximum number of descriptors that are supported in a single descriptor set layout. Some implementations have a limit on the total size of descriptors in a set, which cannot be expressed in terms of the limits in Vulkan 1.0.
- A limit on the maximum size of a single memory allocation. Some platforms have kernel interfaces that limit the maximum size of an allocation.
Promotion to Vulkan 1.1
All functionality in this extension is included in core Vulkan 1.1, with the KHR suffix omitted. The original type, enum and command names are still available as aliases of the core functionality.
New Commands
New Structures
New Enum Constants
KHR_MAINTENANCE3_SPEC_VERSION
KHR_MAINTENANCE_3_EXTENSION_NAME
KHR_MAINTENANCE_3_SPEC_VERSION
Extending
StructureType
:
Version History
- Revision 1, 2017-08-22
See Also
DescriptorSetLayoutSupportKHR
,
PhysicalDeviceMaintenance3PropertiesKHR
,
getDescriptorSetLayoutSupportKHR
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.
Documentation
pattern KHR_MAINTENANCE3_SPEC_VERSION :: Integral a => a Source #
pattern KHR_MAINTENANCE3_EXTENSION_NAME :: (Eq a, IsString a) => a Source #
getDescriptorSetLayoutSupportKHR :: forall {a :: [Type]} {b :: [Type]} {io}. (Extendss DescriptorSetLayoutCreateInfo a, Extendss DescriptorSetLayoutSupport b, PokeChain a, PokeChain b, PeekChain b, MonadIO io) => Device -> DescriptorSetLayoutCreateInfo a -> io (DescriptorSetLayoutSupport b) Source #
type KHR_MAINTENANCE_3_SPEC_VERSION = 1 Source #
pattern KHR_MAINTENANCE_3_SPEC_VERSION :: forall a. Integral a => a Source #
type KHR_MAINTENANCE_3_EXTENSION_NAME = "VK_KHR_maintenance3" Source #
pattern KHR_MAINTENANCE_3_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #