pub type PointClippingBehaviorKHR = PointClippingBehavior;
Aliased Type§
struct PointClippingBehaviorKHR(pub(crate) i32);
Fields§
§0: i32
Implementations
Source§impl PointClippingBehavior
impl PointClippingBehavior
pub const ALL_CLIP_PLANES: Self
pub const USER_CLIP_PLANES_ONLY: Self
Source§impl PointClippingBehavior
Generated from ‘VK_KHR_maintenance2’
impl PointClippingBehavior
Generated from ‘VK_KHR_maintenance2’
pub const ALL_CLIP_PLANES_KHR: Self = Self::ALL_CLIP_PLANES
pub const USER_CLIP_PLANES_ONLY_KHR: Self = Self::USER_CLIP_PLANES_ONLY
Trait Implementations
Source§impl Clone for PointClippingBehavior
impl Clone for PointClippingBehavior
Source§fn clone(&self) -> PointClippingBehavior
fn clone(&self) -> PointClippingBehavior
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 moreSource§impl Debug for PointClippingBehavior
impl Debug for PointClippingBehavior
Source§impl Default for PointClippingBehavior
impl Default for PointClippingBehavior
Source§fn default() -> PointClippingBehavior
fn default() -> PointClippingBehavior
Returns the “default value” for a type. Read more
Source§impl Hash for PointClippingBehavior
impl Hash for PointClippingBehavior
Source§impl Ord for PointClippingBehavior
impl Ord for PointClippingBehavior
Source§fn cmp(&self, other: &PointClippingBehavior) -> Ordering
fn cmp(&self, other: &PointClippingBehavior) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more