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 =
{
  def wglGetPixelFormatAttribivARB(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, piValues) end => [ :BOOL, :HDC, :int, :int, :UINT, :pointer, :pointer ].freeze,
  def wglGetPixelFormatAttribfvARB(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, pfValues) end => [ :BOOL, :HDC, :int, :int, :UINT, :pointer, :pointer ].freeze,
  def wglChoosePixelFormatARB(hdc, piAttribIList, pfAttribFList, nMaxFormats, piFormats, nNumFormats) end => [ :BOOL, :HDC, :pointer, :pointer, :UINT, :pointer, :pointer ].freeze,
}.freeze