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

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

A Texture builder.

Methods

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

[src]

Sets a width for the texture.

[src]

Sets a height for the texture.

[src]

Sets dimensions for the texture.

[src]

Sets a minification filter for the texture.

[src]

Sets a magnification filter for the texture.

[src]

Sets a wrapping type for the texture.

[src]

Sets an internal format for the texture.

[src]

[src]

Returns the constructed Texture instance.

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

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

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