Struct screen_13::prelude::vk::RenderPassAttachmentBeginInfo
source · 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 ImageViewImplementations§
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 moresource§impl Default for RenderPassAttachmentBeginInfo
impl Default for RenderPassAttachmentBeginInfo
source§fn default() -> RenderPassAttachmentBeginInfo
fn default() -> RenderPassAttachmentBeginInfo
Returns the “default value” for a type. Read more