Module: WGL_EXT_pixel_format::Functions
- Defined in:
- lib/opengl-definitions/extensions/WGL_EXT_pixel_format.rb
Constant Summary collapse
- Parameters =
{ wglGetPixelFormatAttribivEXT: [ :BOOL, :HDC, :int, :int, :UINT, :pointer, :pointer ].freeze, wglGetPixelFormatAttribfvEXT: [ :BOOL, :HDC, :int, :int, :UINT, :pointer, :pointer ].freeze, wglChoosePixelFormatEXT: [ :BOOL, :HDC, :pointer, :pointer, :UINT, :pointer, :pointer ].freeze, }.freeze
Instance Method Summary collapse
- #wglChoosePixelFormatEXT(hdc, piAttribIList, pfAttribFList, nMaxFormats, piFormats, nNumFormats) ⇒ Object
- #wglGetPixelFormatAttribfvEXT(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, pfValues) ⇒ Object
- #wglGetPixelFormatAttribivEXT(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, piValues) ⇒ Object
Instance Method Details
#wglChoosePixelFormatEXT(hdc, piAttribIList, pfAttribFList, nMaxFormats, piFormats, nNumFormats) ⇒ Object
53 |
# File 'lib/opengl-definitions/extensions/WGL_EXT_pixel_format.rb', line 53 def wglChoosePixelFormatEXT(hdc, piAttribIList, pfAttribFList, nMaxFormats, piFormats, nNumFormats) end |
#wglGetPixelFormatAttribfvEXT(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, pfValues) ⇒ Object
52 |
# File 'lib/opengl-definitions/extensions/WGL_EXT_pixel_format.rb', line 52 def wglGetPixelFormatAttribfvEXT(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, pfValues) end |
#wglGetPixelFormatAttribivEXT(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, piValues) ⇒ Object
51 |
# File 'lib/opengl-definitions/extensions/WGL_EXT_pixel_format.rb', line 51 def wglGetPixelFormatAttribivEXT(hdc, iPixelFormat, iLayerPlane, nAttributes, piAttributes, piValues) end |