Trait aflak_imgui::FromImTexture[][src]

pub trait FromImTexture {
    fn from_id<'a>(texture_id: ImTextureID) -> &'a Self;

    fn from_im_texture<T: ImTexture>(texture: &T) -> &Self { ... }
}

Trait defining how an object implementing ImTexture should be converted back to the native texture type used by the back-end.

Required Methods

Important traits for &'a mut R

Provided Methods

Important traits for &'a mut R

Implementors