#[repr(u32)]pub enum SpvAmdShaderBallotOp {
SwizzleInvocationsAMD = 1,
SwizzleInvocationsMaskedAMD = 2,
WriteInvocationAMD = 3,
MbcntAMD = 4,
}Expand description
SPV_AMD_shader_ballot extended instruction opcode
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SpvAmdShaderBallotOp
impl Clone for SpvAmdShaderBallotOp
Source§fn clone(&self) -> SpvAmdShaderBallotOp
fn clone(&self) -> SpvAmdShaderBallotOp
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 Debug for SpvAmdShaderBallotOp
impl Debug for SpvAmdShaderBallotOp
Source§impl Hash for SpvAmdShaderBallotOp
impl Hash for SpvAmdShaderBallotOp
Source§impl Ord for SpvAmdShaderBallotOp
impl Ord for SpvAmdShaderBallotOp
Source§fn cmp(&self, other: &SpvAmdShaderBallotOp) -> Ordering
fn cmp(&self, other: &SpvAmdShaderBallotOp) -> 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 SpvAmdShaderBallotOp
impl PartialEq for SpvAmdShaderBallotOp
Source§impl PartialOrd for SpvAmdShaderBallotOp
impl PartialOrd for SpvAmdShaderBallotOp
impl Copy for SpvAmdShaderBallotOp
impl Eq for SpvAmdShaderBallotOp
impl StructuralPartialEq for SpvAmdShaderBallotOp
Auto Trait Implementations§
impl Freeze for SpvAmdShaderBallotOp
impl RefUnwindSafe for SpvAmdShaderBallotOp
impl Send for SpvAmdShaderBallotOp
impl Sync for SpvAmdShaderBallotOp
impl Unpin for SpvAmdShaderBallotOp
impl UnsafeUnpin for SpvAmdShaderBallotOp
impl UnwindSafe for SpvAmdShaderBallotOp
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