Class VkIndirectExecutionSetInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkIndirectExecutionSetInfoEXT extends Struct<VkIndirectExecutionSetInfoEXT> implements NativeResource
union VkIndirectExecutionSetInfoEXT {
    VkIndirectExecutionSetPipelineInfoEXT const * pPipelineInfo;
    VkIndirectExecutionSetShaderInfoEXT const * pShaderInfo;
}