Enum gstreamer_gl::GLSLVersion [−][src]
#[non_exhaustive] pub enum GLSLVersion {}Show variants
None, _100, _110, _120, _130, _140, _150, _300, _310, _320, _330, _400, _410, _420, _430, _440, _450, // some variants omitted
Expand description
GLSL version list
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
no version
version 100 (only valid for ES)
version 110 (only valid for compatibility desktop GL)
version 120 (only valid for compatibility desktop GL)
version 130 (only valid for compatibility desktop GL)
version 140 (only valid for compatibility desktop GL)
version 150 (valid for compatibility/core desktop GL)
version 300 (only valid for ES)
version 310 (only valid for ES)
version 320 (only valid for ES)
version 330 (valid for compatibility/core desktop GL)
version 400 (valid for compatibility/core desktop GL)
version 410 (valid for compatibility/core desktop GL)
version 420 (valid for compatibility/core desktop GL)
version 430 (valid for compatibility/core desktop GL)
version 440 (valid for compatibility/core desktop GL)
version 450 (valid for compatibility/core desktop GL)
Implementations
Trait Implementations
type Checker = GenericValueTypeChecker<Self>
type Checker = GenericValueTypeChecker<Self>
Value type checker.
Get the contained value from a Value
. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Returns the type identifier of Self
.
Auto Trait Implementations
impl RefUnwindSafe for GLSLVersion
impl Send for GLSLVersion
impl Sync for GLSLVersion
impl Unpin for GLSLVersion
impl UnwindSafe for GLSLVersion
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue
clone of self
.