Struct ash::vk::RenderPassMultiviewCreateInfo
source · #[repr(C)]pub struct RenderPassMultiviewCreateInfo {
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,
}
Expand description
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
Implementations§
source§impl RenderPassMultiviewCreateInfo
impl RenderPassMultiviewCreateInfo
pub fn builder<'a>() -> RenderPassMultiviewCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for RenderPassMultiviewCreateInfo
impl Clone for RenderPassMultiviewCreateInfo
source§fn clone(&self) -> RenderPassMultiviewCreateInfo
fn clone(&self) -> RenderPassMultiviewCreateInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl TaggedStructure for RenderPassMultiviewCreateInfo
impl TaggedStructure for RenderPassMultiviewCreateInfo
const STRUCTURE_TYPE: StructureType = StructureType::RENDER_PASS_MULTIVIEW_CREATE_INFO
impl Copy for RenderPassMultiviewCreateInfo
impl ExtendsRenderPassCreateInfo for RenderPassMultiviewCreateInfo
Auto Trait Implementations§
impl Freeze for RenderPassMultiviewCreateInfo
impl RefUnwindSafe for RenderPassMultiviewCreateInfo
impl !Send for RenderPassMultiviewCreateInfo
impl !Sync for RenderPassMultiviewCreateInfo
impl Unpin for RenderPassMultiviewCreateInfo
impl UnwindSafe for RenderPassMultiviewCreateInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more