Struct ash::vk::PhysicalDevicePointClippingProperties
source · #[repr(C)]pub struct PhysicalDevicePointClippingProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub point_clipping_behavior: PointClippingBehavior,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§point_clipping_behavior: PointClippingBehaviorImplementations§
source§impl PhysicalDevicePointClippingProperties
impl PhysicalDevicePointClippingProperties
pub fn builder<'a>() -> PhysicalDevicePointClippingPropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDevicePointClippingProperties
impl Clone for PhysicalDevicePointClippingProperties
source§fn clone(&self) -> PhysicalDevicePointClippingProperties
fn clone(&self) -> PhysicalDevicePointClippingProperties
Returns a copy 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 more