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