Package org.lwjgl.vulkan
Class EXTPrimitivesGeneratedQuery
java.lang.Object
org.lwjgl.vulkan.EXTPrimitivesGeneratedQuery
This extension adds support for a new query type to match OpenGL’s
GL_PRIMITIVES_GENERATED to support layering.
- Name String
VK_EXT_primitives_generated_query- Extension Type
- Device extension
- Registered Extension Number
- 383
- Revision
- 1
- Extension and Version Dependencies
VK_EXT_transform_feedback- Special Use
- Contact
- Shahbaz Youssefi syoussefi
- Extension Proposal
- VK_EXT_primitives_generated_query
Other Extension Metadata
- Last Modified Date
- 2022-01-24
- Contributors
- Shahbaz Youssefi, Google
- Piers Daniell, NVIDIA
- Faith Ekstrand, Collabora
- Jan-Harald Fredriksen, Arm
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkQueryType.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_EXT_PRIMITIVES_GENERATED_QUERY_SPEC_VERSION
public static final int VK_EXT_PRIMITIVES_GENERATED_QUERY_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_PRIMITIVES_GENERATED_QUERY_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVES_GENERATED_QUERY_FEATURES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVES_GENERATED_QUERY_FEATURES_EXTExtendsVkStructureType.- See Also:
-
VK_QUERY_TYPE_PRIMITIVES_GENERATED_EXT
public static final int VK_QUERY_TYPE_PRIMITIVES_GENERATED_EXTExtendsVkQueryType.- See Also:
-