Class QCOMFramebufferFoveated

java.lang.Object
org.lwjgl.opengles.QCOMFramebufferFoveated

public class QCOMFramebufferFoveated extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    glFramebufferFoveationConfigQCOM(int fbo, int numLayers, int focalPointsPerLayer, int requestedFeatures, int[] providedFeatures)
    void glFramebufferFoveationConfigQCOM(GLuint fbo, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint * providedFeatures)
    static void
    glFramebufferFoveationConfigQCOM(int fbo, int numLayers, int focalPointsPerLayer, int requestedFeatures, IntBuffer providedFeatures)
    void glFramebufferFoveationConfigQCOM(GLuint fbo, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint * providedFeatures)
    static void
    glFramebufferFoveationParametersQCOM(int fbo, int layer, int focalPoint, float focalX, float focalY, float gainX, float gainY, float foveaArea)
    void glFramebufferFoveationParametersQCOM(GLuint fbo, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, GLfloat gainX, GLfloat gainY, GLfloat foveaArea)
    static void
    nglFramebufferFoveationConfigQCOM(int fbo, int numLayers, int focalPointsPerLayer, int requestedFeatures, long providedFeatures)
    void glFramebufferFoveationConfigQCOM(GLuint fbo, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint * providedFeatures)

    Methods inherited from class java.lang.Object

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

    • GL_FOVEATION_ENABLE_BIT_QCOM

      public static final int GL_FOVEATION_ENABLE_BIT_QCOM
      See Also:
    • GL_FOVEATION_SCALED_BIN_METHOD_BIT_QCOM

      public static final int GL_FOVEATION_SCALED_BIN_METHOD_BIT_QCOM
      See Also:
  • Method Details

    • nglFramebufferFoveationConfigQCOM

      public static void nglFramebufferFoveationConfigQCOM(int fbo, int numLayers, int focalPointsPerLayer, int requestedFeatures, long providedFeatures)
      void glFramebufferFoveationConfigQCOM(GLuint fbo, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint * providedFeatures)
    • glFramebufferFoveationConfigQCOM

      public static void glFramebufferFoveationConfigQCOM(int fbo, int numLayers, int focalPointsPerLayer, int requestedFeatures, IntBuffer providedFeatures)
      void glFramebufferFoveationConfigQCOM(GLuint fbo, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint * providedFeatures)
    • glFramebufferFoveationParametersQCOM

      public static void glFramebufferFoveationParametersQCOM(int fbo, int layer, int focalPoint, float focalX, float focalY, float gainX, float gainY, float foveaArea)
      void glFramebufferFoveationParametersQCOM(GLuint fbo, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, GLfloat gainX, GLfloat gainY, GLfloat foveaArea)
    • glFramebufferFoveationConfigQCOM

      public static void glFramebufferFoveationConfigQCOM(int fbo, int numLayers, int focalPointsPerLayer, int requestedFeatures, int[] providedFeatures)
      void glFramebufferFoveationConfigQCOM(GLuint fbo, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint * providedFeatures)