pub enum Ty {
}
Expand description
Variable type in shader code.
Variants
Void
Bool
Int
Float
Bvec2
Bvec3
Bvec4
Ivec2
Ivec3
Ivec4
Vec2
Vec3
Vec4
Mat2
Mat3
Mat4
Texture2D
Array
Struct
Implementations
impl Ty
impl Ty
Trait Implementations
impl PartialOrd<Ty> for Ty
impl PartialOrd<Ty> for Ty
pub fn partial_cmp(&self, other: &Ty) -> Option<Ordering>
pub fn partial_cmp(&self, other: &Ty) -> Option<Ordering>
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
impl StructuralEq for Ty
impl StructuralPartialEq for Ty
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more