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 =
{ def wglGetGPUIDsAMD(maxCount, ids) end => [ :UINT, :UINT, :pointer ].freeze, def wglGetGPUInfoAMD(id, property, dataType, size, data) end => [ :INT, :UINT, :int, :GLenum, :UINT, :pointer ].freeze, def wglGetContextGPUIDAMD(hglrc) end => [ :UINT, :HGLRC ].freeze, def wglCreateAssociatedContextAMD(id) end => [ :HGLRC, :UINT ].freeze, def wglCreateAssociatedContextAttribsAMD(id, hShareContext, attribList) end => [ :HGLRC, :UINT, :HGLRC, :pointer ].freeze, def wglDeleteAssociatedContextAMD(hglrc) end => [ :BOOL, :HGLRC ].freeze, def wglMakeAssociatedContextCurrentAMD(hglrc) end => [ :BOOL, :HGLRC ].freeze, def wglGetCurrentAssociatedContextAMD() end => [ :HGLRC ].freeze, def wglBlitContextFramebufferAMD(dstCtx, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter) end => [ :VOID, :HGLRC, :GLint, :GLint, :GLint, :GLint, :GLint, :GLint, :GLint, :GLint, :GLbitfield, :GLenum ].freeze, }.freeze