You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
525B

  1. GL_QCOM_framebuffer_foveated
  2. http://www.opengl.org/registry/specs/QCOM/framebuffer_foveated.txt
  3. GL_QCOM_framebuffer_foveated
  4. GL_FOVEATION_ENABLE_BIT_QCOM 0x1
  5. GL_FOVEATION_SCALED_BIN_METHOD_BIT_QCOM 0x2
  6. void glFramebufferFoveationConfigQCOM (GLuint fbo, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint* providedFeatures)
  7. void glFramebufferFoveationParametersQCOM (GLuint fbo, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, GLfloat gainX, GLfloat gainY, GLfloat foveaArea)