pub trait XRWebGLLayerMethods {
    // Required methods
    fn Antialias(&self) -> bool;
    fn IgnoreDepthValues(&self) -> bool;
    fn GetFramebuffer(&self) -> Option<Root<Dom<WebGLFramebuffer>>>;
    fn FramebufferWidth(&self) -> u32;
    fn FramebufferHeight(&self) -> u32;
    fn GetViewport(&self, view: &XRView) -> Option<Root<Dom<XRViewport>>>;
}

Required Methods§

Implementors§