Struct vulkanalia_sys::FramebufferCreateInfo
source · [−]#[repr(C)]pub struct FramebufferCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: FramebufferCreateFlags,
pub render_pass: RenderPass,
pub attachment_count: u32,
pub attachments: *const ImageView,
pub width: u32,
pub height: u32,
pub layers: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: FramebufferCreateFlagsrender_pass: RenderPassattachment_count: u32attachments: *const ImageViewwidth: u32height: u32layers: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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