Class KHRPipelineLibrary

java.lang.Object
org.lwjgl.vulkan.KHRPipelineLibrary

public final class KHRPipelineLibrary extends Object
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
Other Extension Metadata
Last Modified Date
2020-01-08
IP Status
No known IP claims.
Contributors
  • Field Details

    • VK_KHR_PIPELINE_LIBRARY_SPEC_VERSION

      public static final int VK_KHR_PIPELINE_LIBRARY_SPEC_VERSION
      The extension specification version.
      See Also:
    • VK_KHR_PIPELINE_LIBRARY_EXTENSION_NAME

      public static final String 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_KHR
      Extends VkPipelineCreateFlagBits.
      See Also:
    • VK_STRUCTURE_TYPE_PIPELINE_LIBRARY_CREATE_INFO_KHR

      public static final int VK_STRUCTURE_TYPE_PIPELINE_LIBRARY_CREATE_INFO_KHR
      Extends VkStructureType.
      See Also: