Module: GL_QCOM_texture_foveated::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_QCOM_texture_foveated.rb
Constant Summary collapse
- Parameters =
{ glTextureFoveationParametersQCOM: [ :void, :GLuint, :GLuint, :GLuint, :GLfloat, :GLfloat, :GLfloat, :GLfloat, :GLfloat ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glTextureFoveationParametersQCOM(texture, layer, focalPoint, focalX, focalY, gainX, gainY, foveaArea) ⇒ Object
13 |
# File 'lib/opengl-definitions/extensions/GL_QCOM_texture_foveated.rb', line 13 def glTextureFoveationParametersQCOM(texture, layer, focalPoint, focalX, focalY, gainX, gainY, foveaArea) end |