framebufferTextureMultiviewOVR

abstract fun framebufferTextureMultiviewOVR(    target: GLenum,     attachment: GLenum,     texture: WebGLTexture?,     level: GLint,     baseViewIndex: GLint,     numViews: GLsizei)(source)

The OVR_multiview2.framebufferTextureMultiviewOVR() method of the WebGL API attaches a multiview texture to a WebGLFramebuffer.

MDN Reference