[][src]Struct web_sys::XrWebGlLayer

#[repr(transparent)]pub struct XrWebGlLayer { /* fields omitted */ }

The XrWebGlLayer class.

MDN Documentation

This API requires the following crate features to be activated: XrWebGlLayer

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

Implementations

impl XrWebGlLayer[src]

pub fn antialias(&self) -> bool[src]

Getter for the antialias field of this object.

MDN Documentation

This API requires the following crate features to be activated: XrWebGlLayer

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl XrWebGlLayer[src]

pub fn ignore_depth_values(&self) -> bool[src]

Getter for the ignoreDepthValues field of this object.

MDN Documentation

This API requires the following crate features to be activated: XrWebGlLayer

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl XrWebGlLayer[src]

pub fn framebuffer(&self) -> WebGlFramebuffer[src]

Getter for the framebuffer field of this object.

MDN Documentation

This API requires the following crate features to be activated: WebGlFramebuffer, XrWebGlLayer

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl XrWebGlLayer[src]

pub fn framebuffer_width(&self) -> u32[src]

Getter for the framebufferWidth field of this object.

MDN Documentation

This API requires the following crate features to be activated: XrWebGlLayer

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl XrWebGlLayer[src]

pub fn framebuffer_height(&self) -> u32[src]

Getter for the framebufferHeight field of this object.

MDN Documentation

This API requires the following crate features to be activated: XrWebGlLayer

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl XrWebGlLayer[src]

pub fn new_with_web_gl_rendering_context(
    session: &XrSession,
    context: &WebGlRenderingContext
) -> Result<XrWebGlLayer, JsValue>
[src]

The new XrWebGlLayer(..) constructor, creating a new instance of XrWebGlLayer.

MDN Documentation

This API requires the following crate features to be activated: WebGlRenderingContext, XrSession, XrWebGlLayer

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl XrWebGlLayer[src]

pub fn new_with_web_gl2_rendering_context(
    session: &XrSession,
    context: &WebGl2RenderingContext
) -> Result<XrWebGlLayer, JsValue>
[src]

The new XrWebGlLayer(..) constructor, creating a new instance of XrWebGlLayer.

MDN Documentation

This API requires the following crate features to be activated: WebGl2RenderingContext, XrSession, XrWebGlLayer

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl XrWebGlLayer[src]

pub fn new_with_web_gl_rendering_context_and_layer_init(
    session: &XrSession,
    context: &WebGlRenderingContext,
    layer_init: &XrWebGlLayerInit
) -> Result<XrWebGlLayer, JsValue>
[src]

The new XrWebGlLayer(..) constructor, creating a new instance of XrWebGlLayer.

MDN Documentation

This API requires the following crate features to be activated: WebGlRenderingContext, XrSession, XrWebGlLayer, XrWebGlLayerInit

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl XrWebGlLayer[src]

pub fn new_with_web_gl2_rendering_context_and_layer_init(
    session: &XrSession,
    context: &WebGl2RenderingContext,
    layer_init: &XrWebGlLayerInit
) -> Result<XrWebGlLayer, JsValue>
[src]

The new XrWebGlLayer(..) constructor, creating a new instance of XrWebGlLayer.

MDN Documentation

This API requires the following crate features to be activated: WebGl2RenderingContext, XrSession, XrWebGlLayer, XrWebGlLayerInit

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl XrWebGlLayer[src]

pub fn get_native_framebuffer_scale_factor(session: &XrSession) -> f64[src]

The getNativeFramebufferScaleFactor() method.

MDN Documentation

This API requires the following crate features to be activated: XrSession, XrWebGlLayer

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

impl XrWebGlLayer[src]

pub fn get_viewport(&self, view: &XrView) -> Option<XrViewport>[src]

The getViewport() method.

MDN Documentation

This API requires the following crate features to be activated: XrView, XrViewport, XrWebGlLayer

This API is unstable and requires --cfg=web_sys_unstable_apis to be activated, as described in the wasm-bindgen guide

Trait Implementations

impl AsRef<JsValue> for XrWebGlLayer[src]

impl AsRef<Object> for XrWebGlLayer[src]

impl AsRef<XrWebGlLayer> for XrWebGlLayer[src]

impl Clone for XrWebGlLayer[src]

impl Debug for XrWebGlLayer[src]

impl Deref for XrWebGlLayer[src]

type Target = Object

The resulting type after dereferencing.

impl Eq for XrWebGlLayer[src]

impl From<JsValue> for XrWebGlLayer[src]

impl From<XrWebGlLayer> for JsValue[src]

impl From<XrWebGlLayer> for Object[src]

impl FromWasmAbi for XrWebGlLayer[src]

type Abi = <JsValue as FromWasmAbi>::Abi

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl IntoWasmAbi for XrWebGlLayer[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a XrWebGlLayer[src]

type Abi = <&'a JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl JsCast for XrWebGlLayer[src]

impl OptionFromWasmAbi for XrWebGlLayer[src]

impl OptionIntoWasmAbi for XrWebGlLayer[src]

impl<'a> OptionIntoWasmAbi for &'a XrWebGlLayer[src]

impl PartialEq<XrWebGlLayer> for XrWebGlLayer[src]

impl RefFromWasmAbi for XrWebGlLayer[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<XrWebGlLayer>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more

impl StructuralEq for XrWebGlLayer[src]

impl StructuralPartialEq for XrWebGlLayer[src]

impl WasmDescribe for XrWebGlLayer[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.