Module: GL_SGIS_sharpen_texture::Functions

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

Constant Summary collapse

Parameters =
{
  glSharpenTexFuncSGIS:    [ :void, :GLenum, :GLsizei, :pointer ].freeze,
  glGetSharpenTexFuncSGIS: [ :void, :GLenum, :pointer ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glGetSharpenTexFuncSGIS(target, points) ⇒ Object



11
# File 'lib/opengl-definitions/extensions/GL_SGIS_sharpen_texture.rb', line 11

def glGetSharpenTexFuncSGIS(target, points) end

#glSharpenTexFuncSGIS(target, n, points) ⇒ Object



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

def glSharpenTexFuncSGIS(target, n, points) end