@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="XRWebGLBinding")
public class XRWebGLBinding
extends JsObject
| Constructor and Description |
|---|
XRWebGLBinding(XRSession session,
XRWebGLRenderingContext context) |
assign, 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_, valuespublic XRWebGLBinding(@Nonnull
XRSession session,
@Nonnull
XRWebGLRenderingContext context)
@JsProperty(name="nativeProjectionScaleFactor") public double nativeProjectionScaleFactor()
@JsProperty(name="usesDepthValues") public boolean usesDepthValues()
public @JsNonNull XRCubeLayer createCubeLayer(@Nonnull XRCubeLayerInit init)
public @JsNonNull XRCubeLayer createCubeLayer()
public @JsNonNull XRCylinderLayer createCylinderLayer(@Nonnull XRCylinderLayerInit init)
public @JsNonNull XRCylinderLayer createCylinderLayer()
public @JsNonNull XREquirectLayer createEquirectLayer(@Nonnull XREquirectLayerInit init)
public @JsNonNull XREquirectLayer createEquirectLayer()
public @JsNonNull XRProjectionLayer createProjectionLayer(@Nonnull XRProjectionLayerInit init)
public @JsNonNull XRProjectionLayer createProjectionLayer()
public @JsNonNull XRQuadLayer createQuadLayer(@Nonnull XRQuadLayerInit init)
public @JsNonNull XRQuadLayer createQuadLayer()
public @JsNonNull XRWebGLSubImage getSubImage(@Nonnull XRCompositionLayer layer, @Nonnull XRFrame frame, @XREye @Nonnull java.lang.String eye)
public @JsNonNull XRWebGLSubImage getSubImage(@Nonnull XRCompositionLayer layer, @Nonnull XRFrame frame)
public @JsNonNull XRWebGLSubImage getViewSubImage(@Nonnull XRProjectionLayer layer, @Nonnull XRView view)
@JsOverlay public final boolean isGetDepthInformationSupported()
public @JsNullable XRWebGLDepthInformation getDepthInformation(@Nonnull XRView view)
@JsOverlay public final boolean isGetReflectionCubeMapSupported()
public @JsNullable WebGLTexture getReflectionCubeMap(@Nonnull XRLightProbe lightProbe)