Type Alias ash::vk::CommandBufferInheritanceRenderingInfoKHR
source · pub type CommandBufferInheritanceRenderingInfoKHR = CommandBufferInheritanceRenderingInfo;
Aliased Type§
struct CommandBufferInheritanceRenderingInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: RenderingFlags,
pub view_mask: u32,
pub color_attachment_count: u32,
pub p_color_attachment_formats: *const Format,
pub depth_attachment_format: Format,
pub stencil_attachment_format: Format,
pub rasterization_samples: SampleCountFlags,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: RenderingFlags
§view_mask: u32
§color_attachment_count: u32
§p_color_attachment_formats: *const Format
§depth_attachment_format: Format
§stencil_attachment_format: Format
§rasterization_samples: SampleCountFlags