Module: GL_NV_path_rendering::Compatibility

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  glPathColorGenNV:      [ :void, :GLenum, :GLenum, :GLenum, :pointer ].freeze,
  glPathTexGenNV:        [ :void, :GLenum, :GLenum, :GLint, :pointer ].freeze,
  glPathFogGenNV:        [ :void, :GLenum ].freeze,
  glGetPathColorGenivNV: [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glGetPathColorGenfvNV: [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glGetPathTexGenivNV:   [ :void, :GLenum, :GLenum, :pointer ].freeze,
  glGetPathTexGenfvNV:   [ :void, :GLenum, :GLenum, :pointer ].freeze,
}.freeze