Module: WGL_ARB_pixel_format

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  wglGetPixelFormatAttribivARB: [ :BOOL, :HDC, :int, :int, :UINT, :pointer, :pointer ].freeze,
  wglGetPixelFormatAttribfvARB: [ :BOOL, :HDC, :int, :int, :UINT, :pointer, :pointer ].freeze,
  wglChoosePixelFormatARB:      [ :BOOL, :HDC, :pointer, :pointer, :UINT, :pointer, :pointer ].freeze,
}.freeze