pub(crate) trait XRWebGLSubImageMethods<D>where
D: DomTypes,{
// Required methods
fn ColorTexture(&self) -> Root<Dom<<D as DomTypes>::WebGLTexture>>;
fn GetDepthStencilTexture(
&self,
) -> Option<Root<Dom<<D as DomTypes>::WebGLTexture>>>;
fn GetImageIndex(&self) -> Option<u32>;
fn TextureWidth(&self) -> u32;
fn TextureHeight(&self) -> u32;
}