pub type FramebufferAttachmentsCreateInfoKHR = FramebufferAttachmentsCreateInfo;Aliased Type§
#[repr(C)]pub struct FramebufferAttachmentsCreateInfoKHR {
pub sType: i32,
pub pNext: *const c_void,
pub attachmentImageInfoCount: u32,
pub pAttachmentImageInfos: *const FramebufferAttachmentImageInfo,
}Fields§
§sType: i32§pNext: *const c_void§attachmentImageInfoCount: u32§pAttachmentImageInfos: *const FramebufferAttachmentImageInfo