Class VkIndirectExecutionSetShaderInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkIndirectExecutionSetShaderInfoEXT extends Struct<VkIndirectExecutionSetShaderInfoEXT> implements NativeResource

 struct VkIndirectExecutionSetShaderInfoEXT {
     VkStructureType sType;
     void const * pNext;
     uint32_t shaderCount;
     VkShaderEXT const * pInitialShaders;
     {@link VkIndirectExecutionSetShaderLayoutInfoEXT VkIndirectExecutionSetShaderLayoutInfoEXT} const * pSetLayoutInfos;
     uint32_t maxShaderCount;
     uint32_t pushConstantRangeCount;
     {@link VkPushConstantRange VkPushConstantRange} const * pPushConstantRanges;
 }