Class VkDeviceGroupRenderPassBeginInfoKHR

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class VkDeviceGroupRenderPassBeginInfoKHR
    extends VkDeviceGroupRenderPassBeginInfo
    See VkDeviceGroupRenderPassBeginInfo.

    Layout

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