pub type VkCommandBufferInheritanceRenderingInfoKHR = VkCommandBufferInheritanceRenderingInfo;Expand description
VkCommandBufferInheritanceRenderingInfo
Aliased Type§
#[repr(C)]pub struct VkCommandBufferInheritanceRenderingInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkRenderingFlags,
pub viewMask: u32,
pub colorAttachmentCount: u32,
pub pColorAttachmentFormats: *const VkFormat,
pub depthAttachmentFormat: VkFormat,
pub stencilAttachmentFormat: VkFormat,
pub rasterizationSamples: VkSampleCountFlags,
}Fields§
§sType: VkStructureType§pNext: *const c_void§flags: VkRenderingFlags§viewMask: u32§colorAttachmentCount: u32§pColorAttachmentFormats: *const VkFormat§depthAttachmentFormat: VkFormat§stencilAttachmentFormat: VkFormat§rasterizationSamples: VkSampleCountFlags