XRWebGLSubImage

安全上下文:此功能仅在 安全上下文(HTTPS)中可用,在某些或所有 支持的浏览器 中。

实验性:这是一个 实验性技术
在生产环境中使用此功能之前,请仔细查看 浏览器兼容性表

XRWebGLSubImage 接口在渲染 WebGL 图层时使用。

XRSubImage XRWebGLSubImage

实例属性

它继承了其父级 XRSubImage 的属性。

XRWebGLSubImage.colorTexture 只读 实验性

用于渲染 XRCompositionLayer 的颜色 WebGLTexture 对象。

XRWebGLSubImage.depthStencilTexture 只读 实验性

用于渲染 XRCompositionLayer 的深度/模板 WebGLTexture 对象。

XRWebGLSubImage.imageIndex 只读 实验性

如果图层使用 texture-array 请求,则表示纹理数组中偏移量的数字;否则为 null

XRWebGLSubImage.colorTextureWidth 只读 实验性

表示 GL 附加项宽度(以像素为单位)的数字。

XRWebGLSubImage.colorTextureHeight 只读 实验性

表示 GL 附加项高度(以像素为单位)的数字。

规范

规范
WebXR 图层 API 级别 1
# xrwebglsubimagetype

浏览器兼容性

BCD 表仅在浏览器中加载

另请参阅