Module: GL_ATI_map_object_buffer

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

Constant Summary collapse

FUNCTIONS =
{
  glMapObjectBufferATI:   [ :pointer, :GLuint ].freeze,
  glUnmapObjectBufferATI: [ :void, :GLuint ].freeze,
}.freeze