Package org.lwjgl.vulkan
Class EXTPrimitiveTopologyListRestart
java.lang.Object
org.lwjgl.vulkan.EXTPrimitiveTopologyListRestart
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.
- Name String
VK_EXT_primitive_topology_list_restart- Extension Type
- Device extension
- Registered Extension Number
- 357
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_get_physical_device_properties2or Version 1.1- Special Use
- Contact
- Shahbaz Youssefi syoussefi
Other Extension Metadata
- Last Modified Date
- 2021-01-11
- IP Status
- No known IP claims.
- Contributors
- Courtney Goeltzenleuchter, Google
- Shahbaz Youssefi, Google
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION
public static final int VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVE_TOPOLOGY_LIST_RESTART_FEATURES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVE_TOPOLOGY_LIST_RESTART_FEATURES_EXTExtendsVkStructureType.- See Also:
-