Module: WGL_ARB_create_context::Functions
- Defined in:
- lib/opengl-definitions/extensions/WGL_ARB_create_context.rb
Constant Summary collapse
- Parameters =
{ wglCreateContextAttribsARB: [ :HGLRC, :HDC, :HGLRC, :pointer ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#wglCreateContextAttribsARB(hDC, hShareContext, attribList) ⇒ Object
13 |
# File 'lib/opengl-definitions/extensions/WGL_ARB_create_context.rb', line 13 def wglCreateContextAttribsARB(hDC, hShareContext, attribList) end |