Struct imgui::Textures[][src]

pub struct Textures<T> { /* fields omitted */ }

Generic texture mapping for use by renderers.

Methods

impl<T> Textures<T>
[src]

Auto Trait Implementations

impl<T> Send for Textures<T> where
    T: Send

impl<T> Sync for Textures<T> where
    T: Sync