Struct ash::vk::FramebufferAttachmentImageInfo [−][src]
#[repr(C)]pub struct FramebufferAttachmentImageInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: ImageCreateFlags, pub usage: ImageUsageFlags, pub width: u32, pub height: u32, pub layer_count: u32, pub view_format_count: u32, pub p_view_formats: *const Format, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: ImageCreateFlagsusage: ImageUsageFlagswidth: u32height: u32layer_count: u32view_format_count: u32p_view_formats: *const FormatImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for FramebufferAttachmentImageInfo
impl !Sync for FramebufferAttachmentImageInfo
impl Unpin for FramebufferAttachmentImageInfo
impl UnwindSafe for FramebufferAttachmentImageInfo
Blanket Implementations
Mutably borrows from an owned value. Read more