aboutsummaryrefslogtreecommitdiff
path: root/glew/auto/extensions/gl/GL_QCOM_framebuffer_foveated
diff options
context:
space:
mode:
Diffstat (limited to 'glew/auto/extensions/gl/GL_QCOM_framebuffer_foveated')
-rw-r--r--glew/auto/extensions/gl/GL_QCOM_framebuffer_foveated8
1 files changed, 8 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_QCOM_framebuffer_foveated b/glew/auto/extensions/gl/GL_QCOM_framebuffer_foveated
new file mode 100644
index 0000000..c3abd2c
--- /dev/null
+++ b/glew/auto/extensions/gl/GL_QCOM_framebuffer_foveated
@@ -0,0 +1,8 @@
+GL_QCOM_framebuffer_foveated
+https://www.khronos.org/registry/OpenGL/extensions/QCOM/QCOM_framebuffer_foveated.txt
+GL_QCOM_framebuffer_foveated
+
+ GL_FOVEATION_ENABLE_BIT_QCOM 0x1
+ GL_FOVEATION_SCALED_BIN_METHOD_BIT_QCOM 0x2
+ void glFramebufferFoveationConfigQCOM (GLuint fbo, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint* providedFeatures)
+ void glFramebufferFoveationParametersQCOM (GLuint fbo, GLuint layer, GLuint focalPoint, GLfloat focalX, GLfloat focalY, GLfloat gainX, GLfloat gainY, GLfloat foveaArea)