pub type FramebufferAttachmentsCreateInfoKHR = FramebufferAttachmentsCreateInfo;Expand description
Aliased Type§
#[repr(C)]pub struct FramebufferAttachmentsCreateInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub attachment_image_info_count: u32,
pub attachment_image_infos: *const FramebufferAttachmentImageInfo,
}Fields§
§s_type: StructureType§next: *const c_void§attachment_image_info_count: u32§attachment_image_infos: *const FramebufferAttachmentImageInfo