Module: WGL_ARB_pixel_format::Functions
- Defined in:
- lib/opengl-definitions/extensions/WGL_ARB_pixel_format.rb
Constant Summary collapse
- Parameters =
{ 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
Instance Method Summary collapse
- #wglChoosePixelFormatARB(hdc, piAttribIList, pfAttribFList, nMaxFormats, piFormats, nNumFormats) ⇒ Object
- #wglGetPixelFormatAttribfvARB(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, pfValues) ⇒ Object
- #wglGetPixelFormatAttribivARB(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, piValues) ⇒ Object
Instance Method Details
#wglChoosePixelFormatARB(hdc, piAttribIList, pfAttribFList, nMaxFormats, piFormats, nNumFormats) ⇒ Object
57 |
# File 'lib/opengl-definitions/extensions/WGL_ARB_pixel_format.rb', line 57 def wglChoosePixelFormatARB(hdc, piAttribIList, pfAttribFList, nMaxFormats, piFormats, nNumFormats) end |
#wglGetPixelFormatAttribfvARB(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, pfValues) ⇒ Object
56 |
# File 'lib/opengl-definitions/extensions/WGL_ARB_pixel_format.rb', line 56 def wglGetPixelFormatAttribfvARB(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, pfValues) end |
#wglGetPixelFormatAttribivARB(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, piValues) ⇒ Object
55 |
# File 'lib/opengl-definitions/extensions/WGL_ARB_pixel_format.rb', line 55 def wglGetPixelFormatAttribivARB(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, piValues) end |