Struct radiant_rs::support::TextureBuilder[][src]

#[must_use]
pub struct TextureBuilder<'a> { /* fields omitted */ }

A Texture builder.

Methods

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

Sets a width for the texture.

Sets a height for the texture.

Sets dimensions for the texture.

Sets a minification filter for the texture.

Sets a magnification filter for the texture.

Sets a wrapping type for the texture.

Sets an internal format for the texture.

Returns the constructed Texture instance.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for TextureBuilder<'a>

impl<'a> Sync for TextureBuilder<'a>