Type Alias VkDeviceGroupRenderPassBeginInfoKHR

Source
pub type VkDeviceGroupRenderPassBeginInfoKHR = VkDeviceGroupRenderPassBeginInfo;

Aliased Type§

struct VkDeviceGroupRenderPassBeginInfoKHR {
    pub sType: u32,
    pub pNext: *const c_void,
    pub deviceMask: u32,
    pub deviceRenderAreaCount: u32,
    pub pDeviceRenderAreas: *const VkRect2D,
}

Fields§

§sType: u32§pNext: *const c_void§deviceMask: u32§deviceRenderAreaCount: u32§pDeviceRenderAreas: *const VkRect2D