Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/typing/lib.dom.ts>OVR_multiview2

Deno Standard Extensions
Go to Latest
interface OVR_multiview2
import { type OVR_multiview2 } from "https://deno.land/x/yxz@0.17.0/typing/lib.dom.ts";

Properties

readonly
FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR: GLenum
readonly
FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR: GLenum
readonly
FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR: GLenum
readonly
MAX_VIEWS_OVR: GLenum

Methods

framebufferTextureMultiviewOVR(
target: GLenum,
attachment: GLenum,
texture: WebGLTexture | null,
level: GLint,
baseViewIndex: GLint,
numViews: GLsizei,
): void