Struct ash::vk::FramebufferCreateInfo [−][src]
#[repr(C)]pub struct FramebufferCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: FramebufferCreateFlags, pub render_pass: RenderPass, pub attachment_count: u32, pub p_attachments: *const ImageView, pub width: u32, pub height: u32, pub layers: u32, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: FramebufferCreateFlagsrender_pass: RenderPassattachment_count: u32p_attachments: *const ImageViewwidth: u32height: u32layers: u32Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FramebufferCreateInfo
impl !Send for FramebufferCreateInfo
impl !Sync for FramebufferCreateInfo
impl Unpin for FramebufferCreateInfo
impl UnwindSafe for FramebufferCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more