Trait script::dom::bindings::codegen::Bindings::XRWebGLLayerBinding::XRWebGLLayer_Binding::XRWebGLLayerMethods
source · pub trait XRWebGLLayerMethods {
// Required methods
fn Antialias(&self) -> bool;
fn IgnoreDepthValues(&self) -> bool;
fn GetFixedFoveation(&self) -> Option<Finite<f32>>;
fn SetFixedFoveation(&self, value: Option<Finite<f32>>);
fn GetFramebuffer(&self) -> Option<Root<Dom<WebGLFramebuffer>>>;
fn FramebufferWidth(&self) -> u32;
fn FramebufferHeight(&self) -> u32;
fn GetViewport(&self, view: &XRView) -> Option<Root<Dom<XRViewport>>>;
}