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