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