Struct ash::vk::CommandBufferInheritanceRenderingInfo
source · #[repr(C)]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: SampleCountFlags
Implementations§
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 TaggedStructure for CommandBufferInheritanceRenderingInfo
impl TaggedStructure for CommandBufferInheritanceRenderingInfo
const STRUCTURE_TYPE: StructureType = StructureType::COMMAND_BUFFER_INHERITANCE_RENDERING_INFO
impl Copy for CommandBufferInheritanceRenderingInfo
impl ExtendsCommandBufferInheritanceInfo for CommandBufferInheritanceRenderingInfo
Auto Trait Implementations§
impl Freeze for CommandBufferInheritanceRenderingInfo
impl RefUnwindSafe for CommandBufferInheritanceRenderingInfo
impl !Send for CommandBufferInheritanceRenderingInfo
impl !Sync for CommandBufferInheritanceRenderingInfo
impl Unpin for CommandBufferInheritanceRenderingInfo
impl UnwindSafe for CommandBufferInheritanceRenderingInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more