pub type TessellationDomainOriginKHR = TessellationDomainOrigin;
Aliased Type§
struct TessellationDomainOriginKHR(pub(crate) i32);
Fields§
§0: i32
Implementations
Source§impl TessellationDomainOrigin
impl TessellationDomainOrigin
pub const UPPER_LEFT: Self
pub const LOWER_LEFT: Self
Source§impl TessellationDomainOrigin
Generated from ‘VK_KHR_maintenance2’
impl TessellationDomainOrigin
Generated from ‘VK_KHR_maintenance2’
pub const UPPER_LEFT_KHR: Self = Self::UPPER_LEFT
pub const LOWER_LEFT_KHR: Self = Self::LOWER_LEFT
Trait Implementations
Source§impl Clone for TessellationDomainOrigin
impl Clone for TessellationDomainOrigin
Source§fn clone(&self) -> TessellationDomainOrigin
fn clone(&self) -> TessellationDomainOrigin
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 TessellationDomainOrigin
impl Debug for TessellationDomainOrigin
Source§impl Default for TessellationDomainOrigin
impl Default for TessellationDomainOrigin
Source§fn default() -> TessellationDomainOrigin
fn default() -> TessellationDomainOrigin
Returns the “default value” for a type. Read more
Source§impl Hash for TessellationDomainOrigin
impl Hash for TessellationDomainOrigin
Source§impl Ord for TessellationDomainOrigin
impl Ord for TessellationDomainOrigin
Source§fn cmp(&self, other: &TessellationDomainOrigin) -> Ordering
fn cmp(&self, other: &TessellationDomainOrigin) -> 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