Module: GL_QCOM_framebuffer_foveated::Functions

Defined in:
lib/opengl-definitions/extensions/GL_QCOM_framebuffer_foveated.rb

Constant Summary collapse

Parameters =
{
  glFramebufferFoveationConfigQCOM:     [ :void, :GLuint, :GLuint, :GLuint, :GLuint, :pointer ].freeze,
  glFramebufferFoveationParametersQCOM: [ :void, :GLuint, :GLuint, :GLuint, :GLfloat, :GLfloat, :GLfloat, :GLfloat, :GLfloat ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glFramebufferFoveationConfigQCOM(framebuffer, numLayers, focalPointsPerLayer, requestedFeatures, providedFeatures) ⇒ Object



8
# File 'lib/opengl-definitions/extensions/GL_QCOM_framebuffer_foveated.rb', line 8

def glFramebufferFoveationConfigQCOM(framebuffer, numLayers, focalPointsPerLayer, requestedFeatures, providedFeatures) end

#glFramebufferFoveationParametersQCOM(framebuffer, layer, focalPoint, focalX, focalY, gainX, gainY, foveaArea) ⇒ Object



9
# File 'lib/opengl-definitions/extensions/GL_QCOM_framebuffer_foveated.rb', line 9

def glFramebufferFoveationParametersQCOM(framebuffer, layer, focalPoint, focalX, focalY, gainX, gainY, foveaArea) end