Struct ash::vk::RenderPassAttachmentBeginInfo
source · #[repr(C)]pub struct RenderPassAttachmentBeginInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub attachment_count: u32,
pub p_attachments: *const ImageView,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§attachment_count: u32
§p_attachments: *const ImageView
Implementations§
source§impl RenderPassAttachmentBeginInfo
impl RenderPassAttachmentBeginInfo
pub fn builder<'a>() -> RenderPassAttachmentBeginInfoBuilder<'a>
Trait Implementations§
source§impl Clone for RenderPassAttachmentBeginInfo
impl Clone for RenderPassAttachmentBeginInfo
source§fn clone(&self) -> RenderPassAttachmentBeginInfo
fn clone(&self) -> RenderPassAttachmentBeginInfo
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 more