Package org.lwjgl.opengl
Class OVRMultiview
java.lang.Object
org.lwjgl.opengl.OVRMultiview
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glFramebufferTextureMultiviewOVR
(int target, int attachment, int texture, int level, int baseViewIndex, int numViews) void glFramebufferTextureMultiviewOVR(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)
static void
glNamedFramebufferTextureMultiviewOVR
(int framebuffer, int attachment, int texture, int level, int baseViewIndex, int numViews) void glNamedFramebufferTextureMultiviewOVR(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)
-
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:
-
-
Method Details
-
glFramebufferTextureMultiviewOVR
public static void glFramebufferTextureMultiviewOVR(int target, int attachment, int texture, int level, int baseViewIndex, int numViews) void glFramebufferTextureMultiviewOVR(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)
-
glNamedFramebufferTextureMultiviewOVR
public static void glNamedFramebufferTextureMultiviewOVR(int framebuffer, int attachment, int texture, int level, int baseViewIndex, int numViews) void glNamedFramebufferTextureMultiviewOVR(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)
-