Struct ash::vk::PhysicalDevicePointClippingProperties [−][src]
#[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: PointClippingBehavior
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PhysicalDevicePointClippingProperties
impl !Sync for PhysicalDevicePointClippingProperties
Blanket Implementations
Mutably borrows from an owned value. Read more