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