Module: GL_APPLE_flush_buffer_range

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  glBufferParameteriAPPLE:       [ :void, :GLenum, :GLenum, :GLint ].freeze,
  glFlushMappedBufferRangeAPPLE: [ :void, :GLenum, :GLintptr, :GLsizeiptr ].freeze,
}.freeze