Struct gltf::texture::Sampler [−][src]
pub struct Sampler<'a> { /* fields omitted */ }
Expand description
Texture sampler properties for filtering and wrapping modes.
Implementations
Returns the internal JSON index if this Sampler
was explicity defined.
This function returns None
if the Sampler
is the default sampler.
Magnification filter.
Minification filter.
s
wrapping mode.
t
wrapping mode.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Sampler<'a>
impl<'a> UnwindSafe for Sampler<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more