pub type DeviceGroupRenderPassBeginInfoKHR = DeviceGroupRenderPassBeginInfo;

Aliased Type§

struct DeviceGroupRenderPassBeginInfoKHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub device_mask: u32,
    pub device_render_area_count: u32,
    pub p_device_render_areas: *const Rect2D,
}

Fields§

§s_type: StructureType§p_next: *const c_void§device_mask: u32§device_render_area_count: u32§p_device_render_areas: *const Rect2D

Implementations

Trait Implementations

source§

impl Debug for DeviceGroupRenderPassBeginInfo

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl ExtendsRenderingInfo for DeviceGroupRenderPassBeginInfo

source§

impl Default for DeviceGroupRenderPassBeginInfo

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl ExtendsRenderPassBeginInfo for DeviceGroupRenderPassBeginInfo

source§

impl Copy for DeviceGroupRenderPassBeginInfo

source§

impl TaggedStructure for DeviceGroupRenderPassBeginInfo

source§

const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_GROUP_RENDER_PASS_BEGIN_INFO

source§

impl Clone for DeviceGroupRenderPassBeginInfo

source§

fn clone(&self) -> DeviceGroupRenderPassBeginInfo

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more