ash::vk

Type Alias DeviceGroupRenderPassBeginInfoKHR

Source
pub type DeviceGroupRenderPassBeginInfoKHR<'a> = DeviceGroupRenderPassBeginInfo<'a>;

Aliased Type§

struct DeviceGroupRenderPassBeginInfoKHR<'a> {
    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,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§device_mask: u32§device_render_area_count: u32§p_device_render_areas: *const Rect2D§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> DeviceGroupRenderPassBeginInfo<'a>

Source

pub fn device_mask(self, device_mask: u32) -> Self

Source

pub fn device_render_areas(self, device_render_areas: &'a [Rect2D]) -> Self

Trait Implementations

Source§

impl<'a> Clone for DeviceGroupRenderPassBeginInfo<'a>

Source§

fn clone(&self) -> DeviceGroupRenderPassBeginInfo<'a>

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
Source§

impl<'a> Debug for DeviceGroupRenderPassBeginInfo<'a>

Source§

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

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

impl Default for DeviceGroupRenderPassBeginInfo<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for DeviceGroupRenderPassBeginInfo<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_GROUP_RENDER_PASS_BEGIN_INFO

Source§

impl<'a> Copy for DeviceGroupRenderPassBeginInfo<'a>

Source§

impl ExtendsRenderPassBeginInfo for DeviceGroupRenderPassBeginInfo<'_>

Source§

impl ExtendsRenderingInfo for DeviceGroupRenderPassBeginInfo<'_>

Source§

impl Send for DeviceGroupRenderPassBeginInfo<'_>

Source§

impl Sync for DeviceGroupRenderPassBeginInfo<'_>