Trait webxr_api::layer::GLContexts
source · pub trait GLContexts<GL: GLTypes> {
// Required methods
fn bindings(
&mut self,
device: &GL::Device,
context_id: ContextId,
) -> Option<&GL::Bindings>;
fn context(
&mut self,
device: &GL::Device,
context_id: ContextId,
) -> Option<&mut GL::Context>;
}