Enum gstreamer_gl::GLSLVersion
source · [−]#[non_exhaustive]
pub enum GLSLVersion {
Show 17 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
None
no version
_100
version 100 (only valid for ES)
_110
version 110 (only valid for compatibility desktop GL)
_120
version 120 (only valid for compatibility desktop GL)
_130
version 130 (only valid for compatibility desktop GL)
_140
version 140 (only valid for compatibility desktop GL)
_150
version 150 (valid for compatibility/core desktop GL)
_300
version 300 (only valid for ES)
_310
version 310 (only valid for ES)
_320
version 320 (only valid for ES)
_330
version 330 (valid for compatibility/core desktop GL)
_400
version 400 (valid for compatibility/core desktop GL)
_410
version 410 (valid for compatibility/core desktop GL)
_420
version 420 (valid for compatibility/core desktop GL)
_430
version 430 (valid for compatibility/core desktop GL)
_440
version 440 (valid for compatibility/core desktop GL)
_450
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
Ensures that the type has been registered with the type system.
Returns a SendValue
clone of self
.