#[repr(C)]pub struct PipelineFragmentDensityMapLayeredCreateInfoVALVE {
pub s_type: StructureType,
pub p_next: *const c_void,
pub max_fragment_density_map_layers: u32,
}Expand description
VkPipelineFragmentDensityMapLayeredCreateInfoVALVE
Provided by VK_VALVE_fragment_density_map_layered.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_DENSITY_MAP_LAYERED_CREATE_INFO_VALVE.
p_next: *const c_voidOptional, may be null.
max_fragment_density_map_layers: u32Implementations§
Source§impl PipelineFragmentDensityMapLayeredCreateInfoVALVE
impl PipelineFragmentDensityMapLayeredCreateInfoVALVE
Sourcepub fn builder<'a>() -> PipelineFragmentDensityMapLayeredCreateInfoVALVEBuilder<'a>
pub fn builder<'a>() -> PipelineFragmentDensityMapLayeredCreateInfoVALVEBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PipelineFragmentDensityMapLayeredCreateInfoVALVE
impl Clone for PipelineFragmentDensityMapLayeredCreateInfoVALVE
Source§fn clone(&self) -> PipelineFragmentDensityMapLayeredCreateInfoVALVE
fn clone(&self) -> PipelineFragmentDensityMapLayeredCreateInfoVALVE
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 moreimpl Copy for PipelineFragmentDensityMapLayeredCreateInfoVALVE
impl ExtendsGraphicsPipelineCreateInfo for PipelineFragmentDensityMapLayeredCreateInfoVALVE
Auto Trait Implementations§
impl Freeze for PipelineFragmentDensityMapLayeredCreateInfoVALVE
impl RefUnwindSafe for PipelineFragmentDensityMapLayeredCreateInfoVALVE
impl !Send for PipelineFragmentDensityMapLayeredCreateInfoVALVE
impl !Sync for PipelineFragmentDensityMapLayeredCreateInfoVALVE
impl Unpin for PipelineFragmentDensityMapLayeredCreateInfoVALVE
impl UnsafeUnpin for PipelineFragmentDensityMapLayeredCreateInfoVALVE
impl UnwindSafe for PipelineFragmentDensityMapLayeredCreateInfoVALVE
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