#[repr(C)]pub struct DepthBiasRepresentationInfoEXT<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub depth_bias_representation: DepthBiasRepresentationEXT,
    pub depth_bias_exact: Bool32,
    pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§depth_bias_representation: DepthBiasRepresentationEXT§depth_bias_exact: Bool32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> DepthBiasRepresentationInfoEXT<'a>
 
impl<'a> DepthBiasRepresentationInfoEXT<'a>
pub fn depth_bias_representation( self, depth_bias_representation: DepthBiasRepresentationEXT, ) -> Self
pub fn depth_bias_exact(self, depth_bias_exact: bool) -> Self
Trait Implementations§
Source§impl<'a> Clone for DepthBiasRepresentationInfoEXT<'a>
 
impl<'a> Clone for DepthBiasRepresentationInfoEXT<'a>
Source§fn clone(&self) -> DepthBiasRepresentationInfoEXT<'a>
 
fn clone(&self) -> DepthBiasRepresentationInfoEXT<'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 DepthBiasRepresentationInfoEXT<'a>
 
impl<'a> Debug for DepthBiasRepresentationInfoEXT<'a>
Source§impl Default for DepthBiasRepresentationInfoEXT<'_>
 
impl Default for DepthBiasRepresentationInfoEXT<'_>
Source§impl<'a> TaggedStructure for DepthBiasRepresentationInfoEXT<'a>
 
impl<'a> TaggedStructure for DepthBiasRepresentationInfoEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::DEPTH_BIAS_REPRESENTATION_INFO_EXT
impl<'a> Copy for DepthBiasRepresentationInfoEXT<'a>
impl ExtendsDepthBiasInfoEXT for DepthBiasRepresentationInfoEXT<'_>
impl ExtendsPipelineRasterizationStateCreateInfo for DepthBiasRepresentationInfoEXT<'_>
impl Send for DepthBiasRepresentationInfoEXT<'_>
impl Sync for DepthBiasRepresentationInfoEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for DepthBiasRepresentationInfoEXT<'a>
impl<'a> RefUnwindSafe for DepthBiasRepresentationInfoEXT<'a>
impl<'a> Unpin for DepthBiasRepresentationInfoEXT<'a>
impl<'a> UnwindSafe for DepthBiasRepresentationInfoEXT<'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