FramebufferAttachmentImageInfoKHR

Type Alias FramebufferAttachmentImageInfoKHR 

Source
pub type FramebufferAttachmentImageInfoKHR = FramebufferAttachmentImageInfo;

Aliased Type§

#[repr(C)]
pub struct FramebufferAttachmentImageInfoKHR { pub sType: i32, pub pNext: *const c_void, pub flags: u32, pub usage: u32, pub width: u32, pub height: u32, pub layerCount: u32, pub viewFormatCount: u32, pub pViewFormats: *const i32, }

Fields§

§sType: i32§pNext: *const c_void§flags: u32§usage: u32§width: u32§height: u32§layerCount: u32§viewFormatCount: u32§pViewFormats: *const i32