Module: WGL_NV_gpu_affinity

Defined in:
lib/opengl-definitions/extensions/WGL_NV_gpu_affinity.rb

Defined Under Namespace

Modules: Constants

Constant Summary collapse

Functions =
{
  def wglEnumGpusNV(iGpuIndex, phGpu) end => [ :BOOL, :UINT, :pointer ].freeze,
  def wglEnumGpuDevicesNV(hGpu, iDeviceIndex, lpGpuDevice) end => [ :BOOL, :HGPUNV, :UINT, :PGPU_DEVICE ].freeze,
  def wglCreateAffinityDCNV(phGpuList) end => [ :HDC, :pointer ].freeze,
  def wglEnumGpusFromAffinityDCNV(hAffinityDC, iGpuIndex, hGpu) end => [ :BOOL, :HDC, :UINT, :pointer ].freeze,
  def wglDeleteDCNV(hdc) end => [ :BOOL, :HDC ].freeze,
}.freeze