@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="XRWebGLSubImage")
public class XRWebGLSubImage
extends XRSubImage
| Modifier | Constructor and Description |
|---|---|
protected |
XRWebGLSubImage() |
| Modifier and Type | Method and Description |
|---|---|
WebGLTexture |
colorTexture() |
WebGLTexture |
depthStencilTexture() |
java.lang.Double |
imageIndex() |
int |
textureHeight() |
int |
textureWidth() |
viewportassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="colorTexture") @Nonnull public WebGLTexture colorTexture()
@JsProperty(name="depthStencilTexture") @Nullable public WebGLTexture depthStencilTexture()
@JsProperty(name="imageIndex") @Nullable public java.lang.Double imageIndex()
@JsProperty(name="textureHeight") public int textureHeight()
@JsProperty(name="textureWidth") public int textureWidth()