#[repr(u32)]pub enum SpvAmdShaderExplicitVertexParameterOp {
InterpolateAtVertexAMD = 1,
}Expand description
SPV_AMD_shader_explicit_vertex_parameter extended instruction opcode
Variants§
InterpolateAtVertexAMD = 1
Implementations§
Trait Implementations§
Source§impl Clone for SpvAmdShaderExplicitVertexParameterOp
impl Clone for SpvAmdShaderExplicitVertexParameterOp
Source§fn clone(&self) -> SpvAmdShaderExplicitVertexParameterOp
fn clone(&self) -> SpvAmdShaderExplicitVertexParameterOp
Returns a duplicate 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 Ord for SpvAmdShaderExplicitVertexParameterOp
impl Ord for SpvAmdShaderExplicitVertexParameterOp
Source§fn cmp(&self, other: &SpvAmdShaderExplicitVertexParameterOp) -> Ordering
fn cmp(&self, other: &SpvAmdShaderExplicitVertexParameterOp) -> 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
Source§impl PartialEq for SpvAmdShaderExplicitVertexParameterOp
impl PartialEq for SpvAmdShaderExplicitVertexParameterOp
Source§fn eq(&self, other: &SpvAmdShaderExplicitVertexParameterOp) -> bool
fn eq(&self, other: &SpvAmdShaderExplicitVertexParameterOp) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SpvAmdShaderExplicitVertexParameterOp
impl PartialOrd for SpvAmdShaderExplicitVertexParameterOp
impl Copy for SpvAmdShaderExplicitVertexParameterOp
impl Eq for SpvAmdShaderExplicitVertexParameterOp
impl StructuralPartialEq for SpvAmdShaderExplicitVertexParameterOp
Auto Trait Implementations§
impl Freeze for SpvAmdShaderExplicitVertexParameterOp
impl RefUnwindSafe for SpvAmdShaderExplicitVertexParameterOp
impl Send for SpvAmdShaderExplicitVertexParameterOp
impl Sync for SpvAmdShaderExplicitVertexParameterOp
impl Unpin for SpvAmdShaderExplicitVertexParameterOp
impl UnsafeUnpin for SpvAmdShaderExplicitVertexParameterOp
impl UnwindSafe for SpvAmdShaderExplicitVertexParameterOp
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