Struct ash::vk::PipelineRenderingCreateInfo
source · #[repr(C)]pub struct PipelineRenderingCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
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,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§view_mask: u32
§color_attachment_count: u32
§p_color_attachment_formats: *const Format
§depth_attachment_format: Format
§stencil_attachment_format: Format
Implementations§
source§impl PipelineRenderingCreateInfo
impl PipelineRenderingCreateInfo
pub fn builder<'a>() -> PipelineRenderingCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for PipelineRenderingCreateInfo
impl Clone for PipelineRenderingCreateInfo
source§fn clone(&self) -> PipelineRenderingCreateInfo
fn clone(&self) -> PipelineRenderingCreateInfo
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 Debug for PipelineRenderingCreateInfo
impl Debug for PipelineRenderingCreateInfo
source§impl TaggedStructure for PipelineRenderingCreateInfo
impl TaggedStructure for PipelineRenderingCreateInfo
const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_RENDERING_CREATE_INFO
impl Copy for PipelineRenderingCreateInfo
impl ExtendsGraphicsPipelineCreateInfo for PipelineRenderingCreateInfo
Auto Trait Implementations§
impl Freeze for PipelineRenderingCreateInfo
impl RefUnwindSafe for PipelineRenderingCreateInfo
impl !Send for PipelineRenderingCreateInfo
impl !Sync for PipelineRenderingCreateInfo
impl Unpin for PipelineRenderingCreateInfo
impl UnwindSafe for PipelineRenderingCreateInfo
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