Struct ash::vk::RenderPassCreateInfo [−][src]
#[repr(C)]pub struct RenderPassCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: RenderPassCreateFlags, pub attachment_count: u32, pub p_attachments: *const AttachmentDescription, pub subpass_count: u32, pub p_subpasses: *const SubpassDescription, pub dependency_count: u32, pub p_dependencies: *const SubpassDependency, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: RenderPassCreateFlags
attachment_count: u32
p_attachments: *const AttachmentDescription
subpass_count: u32
p_subpasses: *const SubpassDescription
dependency_count: u32
p_dependencies: *const SubpassDependency
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RenderPassCreateInfo
impl !Send for RenderPassCreateInfo
impl !Sync for RenderPassCreateInfo
impl Unpin for RenderPassCreateInfo
impl UnwindSafe for RenderPassCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more