Trait TexelDesignatorRef

Source
pub trait TexelDesignatorRef<'a> {
    type TexelRef;
}
Expand description

Type trait that can point on a texel reference.

Required Associated Types§

Source

type TexelRef

Texel reference.

Implementors§