Package org.lwjgl.vulkan
Class KHRPipelineLibrary
java.lang.Object
org.lwjgl.vulkan.KHRPipelineLibrary
A pipeline library is a special pipeline that cannot be bound, instead it defines a set of shaders and shader groups which can be linked into other pipelines. This extension defines the infrastructure for pipeline libraries, but does not specify the creation or usage of pipeline libraries. This is left to additional dependent extensions.
- Name String
VK_KHR_pipeline_library- Extension Type
- Device extension
- Registered Extension Number
- 291
- Revision
- 1
- Contact
- Christoph Kubisch pixeljetstream
Other Extension Metadata
- Last Modified Date
- 2020-01-08
- IP Status
- No known IP claims.
- Contributors
- See contributors to
VK_KHR_ray_tracing_pipeline
- See contributors to
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkPipelineCreateFlagBits.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_KHR_PIPELINE_LIBRARY_SPEC_VERSION
public static final int VK_KHR_PIPELINE_LIBRARY_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_KHR_PIPELINE_LIBRARY_EXTENSION_NAME
The extension name.- See Also:
-
VK_PIPELINE_CREATE_LIBRARY_BIT_KHR
public static final int VK_PIPELINE_CREATE_LIBRARY_BIT_KHRExtendsVkPipelineCreateFlagBits.- See Also:
-
VK_STRUCTURE_TYPE_PIPELINE_LIBRARY_CREATE_INFO_KHR
public static final int VK_STRUCTURE_TYPE_PIPELINE_LIBRARY_CREATE_INFO_KHRExtendsVkStructureType.- See Also:
-