pub struct CommandBufferInheritanceRenderingInfo {
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,
}Expand description
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: SampleCountFlagsImplementations§
source§impl CommandBufferInheritanceRenderingInfo
impl CommandBufferInheritanceRenderingInfo
pub fn builder<'a>() -> CommandBufferInheritanceRenderingInfoBuilder<'a>
Trait Implementations§
source§impl Clone for CommandBufferInheritanceRenderingInfo
impl Clone for CommandBufferInheritanceRenderingInfo
source§fn clone(&self) -> CommandBufferInheritanceRenderingInfo
fn clone(&self) -> CommandBufferInheritanceRenderingInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CommandBufferInheritanceRenderingInfo
impl Default for CommandBufferInheritanceRenderingInfo
source§fn default() -> CommandBufferInheritanceRenderingInfo
fn default() -> CommandBufferInheritanceRenderingInfo
Returns the “default value” for a type. Read more