[][src]Struct ugli_webgl::OES_texture_float_linear

pub struct OES_texture_float_linear(_);

Extension

Expands upon the OES_texture_float extension by allowing support for LINEAR magnification filter and LINEAR, NEAREST_MIPMAP_LINEAR, LINEAR_MIPMAP_NEAREST and LINEAR_MIPMAP_NEAREST minification filters.

Trait Implementations

impl AsRef<Reference> for OES_texture_float_linear[src]

impl Clone for OES_texture_float_linear[src]

impl Debug for OES_texture_float_linear[src]

impl Extension for OES_texture_float_linear[src]

impl From<OES_texture_float_linear> for Reference[src]

impl InstanceOf for OES_texture_float_linear[src]

impl JsSerialize for OES_texture_float_linear[src]

impl JsSerializeOwned for OES_texture_float_linear[src]

impl<'_r> JsSerializeOwned for &'_r OES_texture_float_linear[src]

impl ReferenceType for OES_texture_float_linear[src]

impl<'_r> TryFrom<&'_r Reference> for OES_texture_float_linear[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl<'_r> TryFrom<&'_r Value> for OES_texture_float_linear[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<OES_texture_float_linear> for Reference[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for OES_texture_float_linear[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Value> for OES_texture_float_linear[src]

type Error = ConversionError

The type returned in the event of a conversion error.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.