pub trait XRWebGLSubImageMethods {
    // Required methods
    fn ColorTexture(&self) -> Root<Dom<WebGLTexture>>;
    fn GetDepthStencilTexture(&self) -> Option<Root<Dom<WebGLTexture>>>;
    fn GetImageIndex(&self) -> Option<u32>;
    fn TextureWidth(&self) -> u32;
    fn TextureHeight(&self) -> u32;
}

Required Methods§

Implementors§