Module: GLX_MESA_copy_sub_buffer::Functions

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

Constant Summary collapse

Parameters =
{
  glXCopySubBufferMESA: [ :void, :pointer, :GLXDrawable, :int, :int, :int, :int ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glXCopySubBufferMESA(dpy, drawable, x, y, width, height) ⇒ Object



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

def glXCopySubBufferMESA(dpy, drawable, x, y, width, height) end