Class VkDeviceGroupRenderPassBeginInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDeviceGroupRenderPassBeginInfoKHR extends VkDeviceGroupRenderPassBeginInfo

 struct VkDeviceGroupRenderPassBeginInfoKHR {
     VkStructureType sType;
     void const * pNext;
     uint32_t deviceMask;
     uint32_t deviceRenderAreaCount;
     {@link VkRect2D VkRect2D} const * pDeviceRenderAreas;
 }