#[repr(C)]pub enum VkPointClippingBehavior {
VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES = 0,
VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY = 1,
VK_POINT_CLIPPING_BEHAVIOR_MAX_ENUM = 2_147_483_647,
}Expand description
enum VkPointClippingBehavior from VK_VERSION_1_1
Variants§
VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES = 0
VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY = 1
VK_POINT_CLIPPING_BEHAVIOR_MAX_ENUM = 2_147_483_647
Implementations§
Source§impl VkPointClippingBehavior
impl VkPointClippingBehavior
pub const VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES_KHR: VkPointClippingBehavior = VkPointClippingBehavior::VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES
pub const VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY_KHR: VkPointClippingBehavior = VkPointClippingBehavior::VK_POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY
Trait Implementations§
Source§impl Clone for VkPointClippingBehavior
impl Clone for VkPointClippingBehavior
Source§fn clone(&self) -> VkPointClippingBehavior
fn clone(&self) -> VkPointClippingBehavior
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkPointClippingBehavior
Source§impl Debug for VkPointClippingBehavior
impl Debug for VkPointClippingBehavior
impl Eq for VkPointClippingBehavior
Source§impl Hash for VkPointClippingBehavior
impl Hash for VkPointClippingBehavior
Source§impl Ord for VkPointClippingBehavior
impl Ord for VkPointClippingBehavior
Source§fn cmp(&self, other: &VkPointClippingBehavior) -> Ordering
fn cmp(&self, other: &VkPointClippingBehavior) -> Ordering
1.21.0 (const: unstable) · 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
Source§impl PartialEq for VkPointClippingBehavior
impl PartialEq for VkPointClippingBehavior
Source§impl PartialOrd for VkPointClippingBehavior
impl PartialOrd for VkPointClippingBehavior
impl StructuralPartialEq for VkPointClippingBehavior
Auto Trait Implementations§
impl Freeze for VkPointClippingBehavior
impl RefUnwindSafe for VkPointClippingBehavior
impl Send for VkPointClippingBehavior
impl Sync for VkPointClippingBehavior
impl Unpin for VkPointClippingBehavior
impl UnsafeUnpin for VkPointClippingBehavior
impl UnwindSafe for VkPointClippingBehavior
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