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;
    VkIndirectExecutionSetShaderLayoutInfoEXT const * pSetLayoutInfos;
    uint32_t maxShaderCount;
    uint32_t pushConstantRangeCount;
    VkPushConstantRange const * pPushConstantRanges;
}