Enum spirv_headers::GLOp[][src]

#[repr(u32)]
pub enum GLOp { Round, RoundEven, Trunc, FAbs, SAbs, FSign, SSign, Floor, Ceil, Fract, Radians, Degrees, Sin, Cos, Tan, Asin, Acos, Atan, Sinh, Cosh, Tanh, Asinh, Acosh, Atanh, Atan2, Pow, Exp, Log, Exp2, Log2, Sqrt, InverseSqrt, Determinant, MatrixInverse, Modf, ModfStruct, FMin, UMin, SMin, FMax, UMax, SMax, FClamp, UClamp, SClamp, FMix, IMix, Step, SmoothStep, Fma, Frexp, FrexpStruct, Ldexp, PackSnorm4x8, PackUnorm4x8, PackSnorm2x16, PackUnorm2x16, PackHalf2x16, PackDouble2x32, UnpackSnorm2x16, UnpackUnorm2x16, UnpackHalf2x16, UnpackSnorm4x8, UnpackUnorm4x8, UnpackDouble2x32, Length, Distance, Cross, Normalize, FaceForward, Reflect, Refract, FindILsb, FindSMsb, FindUMsb, InterpolateAtCentroid, InterpolateAtSample, InterpolateAtOffset, NMin, NMax, NClamp, }

GLSL.std.450 extended instruction opcode

Variants

Trait Implementations

impl Clone for GLOp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GLOp
[src]

impl Debug for GLOp
[src]

Formats the value using the given formatter. Read more

impl PartialEq for GLOp
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for GLOp
[src]

impl PartialOrd for GLOp
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for GLOp
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl Hash for GLOp
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for GLOp

impl Sync for GLOp