Module: WGL_ARB_make_current_read::Functions
- Defined in:
- lib/opengl-definitions/extensions/WGL_ARB_make_current_read.rb
Constant Summary collapse
- Parameters =
{ wglMakeContextCurrentARB: [ :BOOL, :HDC, :HDC, :HGLRC ].freeze, wglGetCurrentReadDCARB: [ :HDC ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#wglGetCurrentReadDCARB ⇒ Object
9 |
# File 'lib/opengl-definitions/extensions/WGL_ARB_make_current_read.rb', line 9 def wglGetCurrentReadDCARB() end |
#wglMakeContextCurrentARB(hDrawDC, hReadDC, hglrc) ⇒ Object
8 |
# File 'lib/opengl-definitions/extensions/WGL_ARB_make_current_read.rb', line 8 def wglMakeContextCurrentARB(hDrawDC, hReadDC, hglrc) end |