pub(crate) type XRWebGLRenderingContext = XRWebGLRenderingContext<DomTypeHolder>;
Aliased Type§
pub(crate) enum XRWebGLRenderingContext {
WebGLRenderingContext(Root<Dom<WebGLRenderingContext>>),
WebGL2RenderingContext(Root<Dom<WebGL2RenderingContext>>),
}