Module: WGL_ARB_make_current_read

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  wglMakeContextCurrentARB: [ :BOOL, :HDC, :HDC, :HGLRC ].freeze,
  wglGetCurrentReadDCARB:   [ :HDC ].freeze,
}.freeze