ash::vk

Type Alias RenderPassMultiviewCreateInfoKHR

Source
pub type RenderPassMultiviewCreateInfoKHR<'a> = RenderPassMultiviewCreateInfo<'a>;

Aliased Type§

struct RenderPassMultiviewCreateInfoKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub subpass_count: u32,
    pub p_view_masks: *const u32,
    pub dependency_count: u32,
    pub p_view_offsets: *const i32,
    pub correlation_mask_count: u32,
    pub p_correlation_masks: *const u32,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§subpass_count: u32§p_view_masks: *const u32§dependency_count: u32§p_view_offsets: *const i32§correlation_mask_count: u32§p_correlation_masks: *const u32§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> RenderPassMultiviewCreateInfo<'a>

Source

pub fn view_masks(self, view_masks: &'a [u32]) -> Self

Source

pub fn view_offsets(self, view_offsets: &'a [i32]) -> Self

Source

pub fn correlation_masks(self, correlation_masks: &'a [u32]) -> Self

Trait Implementations

Source§

impl<'a> Clone for RenderPassMultiviewCreateInfo<'a>

Source§

fn clone(&self) -> RenderPassMultiviewCreateInfo<'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 RenderPassMultiviewCreateInfo<'a>

Source§

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

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

impl Default for RenderPassMultiviewCreateInfo<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for RenderPassMultiviewCreateInfo<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::RENDER_PASS_MULTIVIEW_CREATE_INFO

Source§

impl<'a> Copy for RenderPassMultiviewCreateInfo<'a>

Source§

impl ExtendsRenderPassCreateInfo for RenderPassMultiviewCreateInfo<'_>

Source§

impl Send for RenderPassMultiviewCreateInfo<'_>

Source§

impl Sync for RenderPassMultiviewCreateInfo<'_>