Struct freetypegl::TextureAtlas[][src]

pub struct TextureAtlas { /* fields omitted */ }

Methods

impl TextureAtlas
[src]

Width (in pixels) of the underlying texture

Height (in pixels) of the underlying texture

Depth (in bytes) of the underlying texture

Allocated surface size

Texture identity (OpenGL)

Atlas data

Auto Trait Implementations

impl !Send for TextureAtlas

impl !Sync for TextureAtlas