pub type RenderingInfoKHR = RenderingInfo;Aliased Type§
#[repr(C)]pub struct RenderingInfoKHR {
pub sType: i32,
pub pNext: *const c_void,
pub flags: u32,
pub renderArea: Rect2D,
pub layerCount: u32,
pub viewMask: u32,
pub colorAttachmentCount: u32,
pub pColorAttachments: *const RenderingAttachmentInfo,
pub pDepthAttachment: *const RenderingAttachmentInfo,
pub pStencilAttachment: *const RenderingAttachmentInfo,
}Fields§
§sType: i32§pNext: *const c_void§flags: u32§renderArea: Rect2D§layerCount: u32§viewMask: u32§colorAttachmentCount: u32§pColorAttachments: *const RenderingAttachmentInfo§pDepthAttachment: *const RenderingAttachmentInfo§pStencilAttachment: *const RenderingAttachmentInfo