Welcome to mirror list, hosted at ThFree Co, Russian Federation.

WGL_NV_gpu_affinity « gl « core « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61ed3f1eff9bbeeaa772a9fe373cc8bd49447491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
WGL_NV_gpu_affinity
http://developer.download.nvidia.com/opengl/specs/WGL_nv_gpu_affinity.txt
WGL_NV_gpu_affinity

	WGL_ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV 0x20D0
	WGL_ERROR_MISSING_AFFINITY_MASK_NV 0x20D1
	BOOL wglEnumGpusNV (UINT iGpuIndex, HGPUNV *phGpu)
	BOOL wglEnumGpuDevicesNV (HGPUNV hGpu, UINT iDeviceIndex, PGPU_DEVICE lpGpuDevice)
	HDC wglCreateAffinityDCNV (const HGPUNV *phGpuList)
	BOOL wglEnumGpusFromAffinityDCNV (HDC hAffinityDC, UINT iGpuIndex, HGPUNV *hGpu)
	BOOL wglDeleteDCNV (HDC hdc)
	DECLARE_HANDLE(HGPUNV);
	typedef struct _GPU_DEVICE {  DWORD cb;   CHAR DeviceName[32];   CHAR DeviceString[128];   DWORD Flags;   RECT rcVirtualScreen; } GPU_DEVICE, *PGPU_DEVICE;