Class OVRMultiview

java.lang.Object
org.lwjgl.opengles.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(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)