Struct lava::VkDeviceGroupRenderPassBeginInfo[][src]

pub struct VkDeviceGroupRenderPassBeginInfo<'a> {
    pub device_mask: u32,
    pub device_render_areas: &'a [VkRect2D],
}

Fields

Trait Implementations

impl<'a> Debug for VkDeviceGroupRenderPassBeginInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkDeviceGroupRenderPassBeginInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDeviceGroupRenderPassBeginInfo<'static>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations