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;
    VkRect2D const * pDeviceRenderAreas;
}