org.lwjgl.vulkan.EXTPrimitiveTopologyListRestart Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-vulkan Show documentation
Show all versions of lwjgl-vulkan Show documentation
A new generation graphics and compute API that provides high-efficiency, cross-platform access to modern GPUs used in a wide variety of devices from PCs and consoles to mobile phones and embedded platforms.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.vulkan;
/**
* 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.
*
* VK_EXT_primitive_topology_list_restart
*
*
* - Name String
* - {@code VK_EXT_primitive_topology_list_restart}
* - Extension Type
* - Device extension
* - Registered Extension Number
* - 357
* - Revision
* - 1
* - Extension and Version Dependencies
*
* - Requires Vulkan 1.0
*
* - 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
*
*
*/
public final class EXTPrimitiveTopologyListRestart {
/** The extension specification version. */
public static final int VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION = 1;
/** The extension name. */
public static final String VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME = "VK_EXT_primitive_topology_list_restart";
/** Extends {@code VkStructureType}. */
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVE_TOPOLOGY_LIST_RESTART_FEATURES_EXT = 1000356000;
private EXTPrimitiveTopologyListRestart() {}
}