Module: GL_NV_point_sprite

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  glPointParameteriNV:  [ :void, :GLenum, :GLint ].freeze,
  glPointParameterivNV: [ :void, :GLenum, :pointer ].freeze,
}.freeze