Class VkPipelineExecutableInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPipelineExecutableInfoKHR extends Struct<VkPipelineExecutableInfoKHR> implements 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();
 }