Module: GL_SGIS_fog_function::Functions

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

Constant Summary collapse

Parameters =
{
  glFogFuncSGIS:    [ :void, :GLsizei, :pointer ].freeze,
  glGetFogFuncSGIS: [ :void, :pointer ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glFogFuncSGIS(n, points) ⇒ Object



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

def glFogFuncSGIS(n, points) end

#glGetFogFuncSGIS(points) ⇒ Object



10
# File 'lib/opengl-definitions/extensions/GL_SGIS_fog_function.rb', line 10

def glGetFogFuncSGIS(points) end