Class VkIndirectExecutionSetShaderLayoutInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkIndirectExecutionSetShaderLayoutInfoEXT extends Struct<VkIndirectExecutionSetShaderLayoutInfoEXT> implements NativeResource

 struct VkIndirectExecutionSetShaderLayoutInfoEXT {
     VkStructureType sType;
     void const * pNext;
     uint32_t setLayoutCount;
     VkDescriptorSetLayout const * pSetLayouts;
 }