Class EXTPrimitiveTopologyListRestart

java.lang.Object
org.lwjgl.vulkan.EXTPrimitiveTopologyListRestart

public final class EXTPrimitiveTopologyListRestart extends Object
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_properties2 or 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
  • Field Details

    • VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION

      public static final int VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION
      The extension specification version.
      See Also:
    • VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME

      public static final String 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_EXT
      Extends VkStructureType.
      See Also: