Module: WGL_AMD_gpu_association
- Defined in:
- lib/opengl-definitions/extensions/WGL_AMD_gpu_association.rb
Defined Under Namespace
Modules: Constants
Constant Summary collapse
- FUNCTIONS =
{ wglGetGPUIDsAMD: [ :UINT, :UINT, :pointer ].freeze, wglGetGPUInfoAMD: [ :INT, :UINT, :int, :GLenum, :UINT, :pointer ].freeze, wglGetContextGPUIDAMD: [ :UINT, :HGLRC ].freeze, wglCreateAssociatedContextAMD: [ :HGLRC, :UINT ].freeze, wglCreateAssociatedContextAttribsAMD: [ :HGLRC, :UINT, :HGLRC, :pointer ].freeze, wglDeleteAssociatedContextAMD: [ :BOOL, :HGLRC ].freeze, wglMakeAssociatedContextCurrentAMD: [ :BOOL, :HGLRC ].freeze, wglGetCurrentAssociatedContextAMD: [ :HGLRC ].freeze, wglBlitContextFramebufferAMD: [ :VOID, :HGLRC, :GLint, :GLint, :GLint, :GLint, :GLint, :GLint, :GLint, :GLint, :GLbitfield, :GLenum ].freeze, }.freeze