Trait azul_glium::GlObject

source ·
pub trait GlObject {
    type Id;

    fn get_id(&self) -> Self::Id;
}
Expand description

Trait for objects that are OpenGL objects.

Required Associated Types§

The type of identifier for this object.

Required Methods§

Returns the id of the object.

Implementors§