Trait webxr_api::GLTypes

source ·
pub trait GLTypes {
    type Device;
    type Context;
    type Bindings;
}

Required Associated Types§

Implementations on Foreign Types§

source§

impl GLTypes for ()

§

type Bindings = ()

§

type Device = ()

§

type Context = ()

Implementors§