Module: GL_ATI_map_object_buffer::Functions

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#glMapObjectBufferATI(buffer) ⇒ Object



3
# File 'lib/opengl-definitions/extensions/GL_ATI_map_object_buffer.rb', line 3

def glMapObjectBufferATI(buffer) end

#glUnmapObjectBufferATI(buffer) ⇒ Object



4
# File 'lib/opengl-definitions/extensions/GL_ATI_map_object_buffer.rb', line 4

def glUnmapObjectBufferATI(buffer) end