pub struct Tex<T: TexType, S, F> {
pub param: TexParam,
// some fields omitted
}
pub fn new(args_n: impl NewArgs1, args_u: impl UpdArgs1<F>) -> Selfpub fn new_empty(args: impl NewArgs1) -> Selfpub fn Update(&mut self, args: impl UpdArgs1<F>)
pub fn new(args_n: impl NewArgs2, args_u: impl UpdArgs2<F>) -> Selfpub fn new_empty(args: impl NewArgs2) -> Selfpub fn Update(&mut self, args: impl UpdArgs2<F>)
pub fn new(args_n: impl NewArgs3, args_u: impl UpdArgs3<F>) -> Selfpub fn new_empty(args: impl NewArgs3) -> Selfpub fn Update(&mut self, args: impl UpdArgs3<F>)
pub fn new(args_n: impl NewArgs2, args_u: impl UpdArgs2<F>) -> Selfpub fn new_empty(args: impl NewArgs2) -> Selfpub fn Update(&mut self, args: impl UpdArgs2<F>)
pub fn new(args_n: impl NewArgs3, args_u: impl UpdArgs3<F>) -> Selfpub fn new_empty(args: impl NewArgs3) -> Selfpub fn Update(&mut self, args: impl UpdArgs3<F>)
pub fn new(args_n: impl NewArgs2, args_u: impl UpdArgs3<F>) -> Selfpub fn new_empty(args: impl NewArgs2) -> Selfpub fn Update(&mut self, args: impl UpdArgs3<F>)
pub fn new(args_n: impl NewArgs3, args_u: impl UpdArgs3<F>) -> Selfpub fn new_empty(args: impl NewArgs3) -> Selfpub fn Update(&mut self, args: impl UpdArgs3<F>)
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
impl<S: TexSize, F: TexFmt, RS, RF> From<&'_ Tex<GL_TEXTURE_2D, RS, RF>> for Image<S, F>
impl<S: TexSize, F: TexFmt, RS, RF> From<Tex<GL_TEXTURE_2D, RS, RF>> for Image<S, F>
Serialize this value into the given Serde serializer. Read more
impl<T, S, F> !Sync for Tex<T, S, F>impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
The inverse inclusion map: attempts to construct self from the equivalent element of its
superset. Read more
Checks if self is actually part of its subset T (and can be converted to it).
Use with care! Same as self.to_subset but without any property checks. Always succeeds.
The inclusion map: converts self to the equivalent element of its superset.
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
impl<V, T> VZip<V> for T where
V: MultiLane<T>,