Class VkPipelineExecutableInfoKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPipelineExecutableInfoKHR>
org.lwjgl.vulkan.VkPipelineExecutableInfoKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPipelineExecutableInfoKHR extends org.lwjgl.system.Struct<VkPipelineExecutableInfoKHR> implements org.lwjgl.system.NativeResource
Structure describing a pipeline executable to query for associated statistics or internal representations.
Valid Usage
  • executableIndex must be less than the number of pipeline executables associated with pipeline as returned in the pExecutableCount parameter of vkGetPipelineExecutablePropertiesKHR
Valid Usage (Implicit)
See Also

GetPipelineExecutableInternalRepresentationsKHR, GetPipelineExecutableStatisticsKHR

Layout


 struct VkPipelineExecutableInfoKHR {
     VkStructureType sType();
     void const * pNext();
     VkPipeline pipeline();
     uint32_t executableIndex();
 }