Module: GLX_NV_copy_buffer

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

Constant Summary collapse

FUNCTIONS =
{
  glXCopyBufferSubDataNV:      [ :void, :pointer, :GLXContext, :GLXContext, :GLenum, :GLenum, :GLintptr, :GLintptr, :GLsizeiptr ].freeze,
  glXNamedCopyBufferSubDataNV: [ :void, :pointer, :GLXContext, :GLXContext, :GLuint, :GLuint, :GLintptr, :GLintptr, :GLsizeiptr ].freeze,
}.freeze