Struct graphics_tree::TextureBuffer [] [src]

pub struct TextureBuffer<F, T> {
    pub factory: F,
    // some fields omitted
}

Stores textures.

Fields

The factory that creates textures.

Methods

impl<F, T> TextureBuffer<F, T>
[src]

Creates a new TextureBuffer.