#[repr(C)]pub struct PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub max_fragment_density_map_layers: u32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§max_fragment_density_map_layers: u32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
impl<'a> PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
pub fn max_fragment_density_map_layers( self, max_fragment_density_map_layers: u32, ) -> Self
Trait Implementations§
Source§impl<'a> Clone for PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
impl<'a> Clone for PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
Source§fn clone(&self) -> PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
fn clone(&self) -> PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
Returns a duplicate 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<'a> Debug for PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
impl<'a> Debug for PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
Source§impl<'a> TaggedStructure for PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
impl<'a> TaggedStructure for PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_FRAGMENT_DENSITY_MAP_LAYERED_CREATE_INFO_VALVE
impl<'a> Copy for PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
impl ExtendsGraphicsPipelineCreateInfo for PipelineFragmentDensityMapLayeredCreateInfoVALVE<'_>
impl Send for PipelineFragmentDensityMapLayeredCreateInfoVALVE<'_>
impl Sync for PipelineFragmentDensityMapLayeredCreateInfoVALVE<'_>
Auto Trait Implementations§
impl<'a> Freeze for PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
impl<'a> RefUnwindSafe for PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
impl<'a> Unpin for PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
impl<'a> UnwindSafe for PipelineFragmentDensityMapLayeredCreateInfoVALVE<'a>
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