Module: WGL_EXT_pixel_format

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

Functions =
{
  def wglGetPixelFormatAttribivEXT(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, piValues) end => [ :BOOL, :HDC, :int, :int, :UINT, :pointer, :pointer ].freeze,
  def wglGetPixelFormatAttribfvEXT(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, pfValues) end => [ :BOOL, :HDC, :int, :int, :UINT, :pointer, :pointer ].freeze,
  def wglChoosePixelFormatEXT(hdc, piAttribIList, pfAttribFList, nMaxFormats, piFormats, nNumFormats) end => [ :BOOL, :HDC, :pointer, :pointer, :UINT, :pointer, :pointer ].freeze,
}.freeze