Struct gltf::texture::Sampler[][src]

pub struct Sampler<'a> { /* fields omitted */ }

Texture sampler properties for filtering and wrapping modes.

Methods

impl<'a> Sampler<'a>
[src]

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.

Optional user-defined name for this object.

s wrapping mode.

t wrapping mode.

Optional application specific data.

Trait Implementations

impl<'a> Clone for Sampler<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Sampler<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Sampler<'a>

impl<'a> Sync for Sampler<'a>