Class OVRMultiview

java.lang.Object
org.lwjgl.opengl.OVRMultiview

public class OVRMultiview extends Object
  • 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(@NativeType("GLenum") int target, @NativeType("GLenum") int attachment, @NativeType("GLuint") int texture, @NativeType("GLint") int level, @NativeType("GLint") int baseViewIndex, @NativeType("GLsizei") int numViews)
      void glFramebufferTextureMultiviewOVR(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)
    • glNamedFramebufferTextureMultiviewOVR

      public static void glNamedFramebufferTextureMultiviewOVR(@NativeType("GLuint") int framebuffer, @NativeType("GLenum") int attachment, @NativeType("GLuint") int texture, @NativeType("GLint") int level, @NativeType("GLint") int baseViewIndex, @NativeType("GLsizei") int numViews)
      void glNamedFramebufferTextureMultiviewOVR(GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews)