@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="OCULUS_multiview")
public class OCULUS_multiview
extends JsObject
implements WebGLExtension
| Modifier and Type | Field and Description |
|---|---|
static int |
FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR |
static int |
FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR |
static int |
FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR |
static int |
MAX_VIEWS_OVR |
static java.lang.String |
NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
OCULUS_multiview() |
| Modifier and Type | Method and Description |
|---|---|
void |
framebufferTextureMultisampleMultiviewOVR(int target,
int attachment,
WebGLTexture texture,
int level,
int samples,
int baseViewIndex,
int numViews) |
void |
framebufferTextureMultiviewOVR(int target,
int attachment,
WebGLTexture texture,
int level,
int baseViewIndex,
int numViews) |
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_, values@JsOverlay public static final int FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR
@JsOverlay public static final int FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR
@JsOverlay public static final int FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR
@JsOverlay public static final int MAX_VIEWS_OVR
@JsOverlay public static final java.lang.String NAME
public void framebufferTextureMultiviewOVR(int target,
int attachment,
@Nullable
WebGLTexture texture,
int level,
int baseViewIndex,
int numViews)
public void framebufferTextureMultisampleMultiviewOVR(int target,
int attachment,
@Nullable
WebGLTexture texture,
int level,
int samples,
int baseViewIndex,
int numViews)