pub trait XRRenderStateMethods {
    // Required methods
    fn DepthNear(&self) -> Finite<f64>;
    fn DepthFar(&self) -> Finite<f64>;
    fn GetInlineVerticalFieldOfView(&self) -> Option<Finite<f64>>;
    fn GetBaseLayer(&self) -> Option<Root<Dom<XRWebGLLayer>>>;
    fn Layers(&self, cx: SafeJSContext) -> JSVal;
}

Required Methods§

Implementors§