java.lang.Object
overrungl.opengl.ext.GLOVRMultiview
GL_OVR_multiview
- Since:
- 0.1.0
- Author:
- squid233
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glFramebufferTextureMultiviewOVR
(int target, int attachment, int texture, int level, int baseViewIndex, int numViews) static void
load
(GLExtCaps ext, GLLoadFunc load)
-
Field Details
-
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR
public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR- See Also:
-
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR
public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR- See Also:
-
GL_MAX_VIEWS_OVR
public static final int GL_MAX_VIEWS_OVR- See Also:
-
GL_FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR
public static final int GL_FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR- See Also:
-
-
Constructor Details
-
GLOVRMultiview
public GLOVRMultiview()
-
-
Method Details
-
load
-
glFramebufferTextureMultiviewOVR
public static void glFramebufferTextureMultiviewOVR(int target, int attachment, int texture, int level, int baseViewIndex, int numViews)
-