Skip to main content

GLTypes

Trait GLTypes 

Source
pub trait GLTypes {
    type Device;
    type Context;
    type Bindings;
}

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl GLTypes for ()

Implementors§