XRWebGLLayer constructor
XRWebGLLayer(
- XRSession session,
- dynamic context, [
- XRWebGLLayerInit? layerInit
Implementation
factory XRWebGLLayer(XRSession session, dynamic context,
[XRWebGLLayerInit? layerInit]) =>
XRWebGLLayer._(session, context ?? undefined, layerInit ?? undefined);