Package org.lwjgl.vulkan
Class EXTIndexTypeUint8
java.lang.Object
org.lwjgl.vulkan.EXTIndexTypeUint8
This extension allows Promotion to
uint8_t indices to be used with CmdBindIndexBuffer.
Promotion to VK_KHR_index_type_uint8
All functionality in this extension is included in VK_KHR_index_type_uint8, with the suffix changed to KHR. The original enum names are still available as aliases of the KHR functionality.
- Name String
VK_EXT_index_type_uint8- Extension Type
- Device extension
- Registered Extension Number
- 266
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_get_physical_device_properties2or Version 1.1- Deprecation State
- Promoted to
VK_KHR_index_type_uint8extension- Which in turn was promoted to Vulkan 1.4
- Promoted to
- Contact
- Piers Daniell pdaniell-nv
Other Extension Metadata
- Last Modified Date
- 2019-05-02
- IP Status
- No known IP claims.
- Contributors
- Jeff Bolz, NVIDIA
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkIndexType.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_EXT_INDEX_TYPE_UINT8_SPEC_VERSION
public static final int VK_EXT_INDEX_TYPE_UINT8_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_INDEX_TYPE_UINT8_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_EXTExtendsVkStructureType.- See Also:
-
VK_INDEX_TYPE_UINT8_EXT
public static final int VK_INDEX_TYPE_UINT8_EXTExtendsVkIndexType.- See Also:
-