Module: WGL_ARB_buffer_region

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  wglCreateBufferRegionARB:  [ :HANDLE, :HDC, :int, :UINT ].freeze,
  wglDeleteBufferRegionARB:  [ :VOID, :HANDLE ].freeze,
  wglSaveBufferRegionARB:    [ :BOOL, :HANDLE, :int, :int, :int, :int ].freeze,
  wglRestoreBufferRegionARB: [ :BOOL, :HANDLE, :int, :int, :int, :int, :int, :int ].freeze,
}.freeze