CommandBufferInheritanceRenderingInfoKHR

Type Alias CommandBufferInheritanceRenderingInfoKHR 

Source
pub type CommandBufferInheritanceRenderingInfoKHR = CommandBufferInheritanceRenderingInfo;

Aliased Type§

#[repr(C)]
pub struct CommandBufferInheritanceRenderingInfoKHR { pub sType: i32, pub pNext: *const c_void, pub flags: u32, pub viewMask: u32, pub colorAttachmentCount: u32, pub pColorAttachmentFormats: *const i32, pub depthAttachmentFormat: i32, pub stencilAttachmentFormat: i32, pub rasterizationSamples: u32, }

Fields§

§sType: i32§pNext: *const c_void§flags: u32§viewMask: u32§colorAttachmentCount: u32§pColorAttachmentFormats: *const i32§depthAttachmentFormat: i32§stencilAttachmentFormat: i32§rasterizationSamples: u32