| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Vulkan.Extensions.VK_EXT_primitive_topology_list_restart
Description
Name
VK_EXT_primitive_topology_list_restart - device extension
VK_EXT_primitive_topology_list_restart
- Name String
VK_EXT_primitive_topology_list_restart
- Extension Type
- Device extension
- Registered Extension Number
- 357
- Revision
- 1
- Ratification Status
- Ratified
- Extension and Version Dependencies
- VK_KHR_get_physical_device_properties2 or Vulkan Version 1.1
- Special Use
- Contact
Other Extension Metadata
- Last Modified Date
- 2021-01-11
- IP Status
- No known IP claims.
- Contributors
- Courtney Goeltzenleuchter, Google
- Shahbaz Youssefi, Google
Description
This extension allows list primitives to use the primitive restart index value. This provides a more efficient implementation when layering OpenGL functionality on Vulkan by avoiding emulation which incurs data copies.
New Structures
Extending
PhysicalDeviceFeatures2,DeviceCreateInfo:
New Enum Constants
Version History
Revision 0, 2020-09-14 (Courtney Goeltzenleuchter)
- Internal revisions
Revision 1, 2021-01-11 (Shahbaz Youssefi)
- Add the
primitiveTopologyPatchListRestartfeature - Internal revisions
- Add the
See Also
No cross-references are available
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.
Synopsis
- data PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT = PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT {}
- type EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION = 1
- pattern EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION :: Integral a => a
- type EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME = "VK_EXT_primitive_topology_list_restart"
- pattern EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME :: (Eq a, IsString a) => a
Documentation
data PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT Source #
VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT - Structure describing whether list type primitives can support primitive restart
Members
This structure describes the following features:
Description
If the PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT structure
is included in the pNext chain of the
PhysicalDeviceFeatures2
structure passed to
getPhysicalDeviceFeatures2,
it is filled in to indicate whether each corresponding feature is
supported. If the application wishes to use a
Device with any features described by
PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT, it must add
an instance of the structure, with the desired feature members set to
TRUE, to the pNext chain of
DeviceCreateInfo when creating the
Device.
Valid Usage (Implicit)
See Also
VK_EXT_primitive_topology_list_restart,
Bool32,
StructureType
Constructors
| PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT | |
Fields
| |
Instances
pattern EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION :: Integral a => a Source #
type EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME = "VK_EXT_primitive_topology_list_restart" Source #
pattern EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME :: (Eq a, IsString a) => a Source #