pub type VkRenderingInfoKHR = VkRenderingInfo;Aliased Type§
#[repr(C)]pub struct VkRenderingInfoKHR {
pub sType: u32,
pub pNext: *const c_void,
pub flags: u32,
pub renderArea: VkRect2D,
pub layerCount: u32,
pub viewMask: u32,
pub colorAttachmentCount: u32,
pub pColorAttachments: *const VkRenderingAttachmentInfo,
pub pDepthAttachment: *const VkRenderingAttachmentInfo,
pub pStencilAttachment: *const VkRenderingAttachmentInfo,
}Fields§
§sType: u32§pNext: *const c_void§flags: u32§renderArea: VkRect2D§layerCount: u32§viewMask: u32§colorAttachmentCount: u32§pColorAttachments: *const VkRenderingAttachmentInfo§pDepthAttachment: *const VkRenderingAttachmentInfo§pStencilAttachment: *const VkRenderingAttachmentInfo