Class OVRMultiviewMultisampledRenderToTexture

java.lang.Object
org.lwjgl.opengles.OVRMultiviewMultisampledRenderToTexture

public class OVRMultiviewMultisampledRenderToTexture extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    glFramebufferTextureMultisampleMultiviewOVR(int target, int attachment, int texture, int level, int samples, int baseViewIndex, int numViews)
    void glFramebufferTextureMultisampleMultiviewOVR(GLenum target, GLenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numViews)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • glFramebufferTextureMultisampleMultiviewOVR

      public static void glFramebufferTextureMultisampleMultiviewOVR(int target, int attachment, int texture, int level, int samples, int baseViewIndex, int numViews)
      void glFramebufferTextureMultisampleMultiviewOVR(GLenum target, GLenum attachment, GLuint texture, GLint level, GLsizei samples, GLint baseViewIndex, GLsizei numViews)