Struct ash::vk::FramebufferAttachmentsCreateInfo [−][src]
#[repr(C)]pub struct FramebufferAttachmentsCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub attachment_image_info_count: u32, pub p_attachment_image_infos: *const FramebufferAttachmentImageInfo, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
attachment_image_info_count: u32
p_attachment_image_infos: *const FramebufferAttachmentImageInfo
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for FramebufferAttachmentsCreateInfo
impl !Sync for FramebufferAttachmentsCreateInfo
impl Unpin for FramebufferAttachmentsCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more