Package org.lwjgl.opengl
Class WGLNVGPUAffinity
java.lang.Object
org.lwjgl.opengl.WGLNVGPUAffinity
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
nwglCreateAffinityDCNV
(long gpuList) HDC wglCreateAffinityDCNV(HGPUNV const * gpuList)
static int
nwglEnumGpuDevicesNV
(long gpu, int deviceIndex, long gpuDevice) BOOL wglEnumGpuDevicesNV(HGPUNV gpu, UINT deviceIndex, PGPU_DEVICE gpuDevice)
static int
nwglEnumGpusFromAffinityDCNV
(long affinityDC, int gpuIndex, long gpu) BOOL wglEnumGpusFromAffinityDCNV(HDC affinityDC, UINT gpuIndex, HGPUNV * gpu)
static int
nwglEnumGpusNV
(int gpuIndex, long gpu) BOOL wglEnumGpusNV(UINT gpuIndex, HGPUNV * gpu)
static long
wglCreateAffinityDCNV
(PointerBuffer gpuList) HDC wglCreateAffinityDCNV(HGPUNV const * gpuList)
static boolean
wglDeleteDCNV
(long hdc) BOOL wglDeleteDCNV(HDC hdc)
static boolean
wglEnumGpuDevicesNV
(long gpu, int deviceIndex, GPU_DEVICE gpuDevice) BOOL wglEnumGpuDevicesNV(HGPUNV gpu, UINT deviceIndex, PGPU_DEVICE gpuDevice)
static boolean
wglEnumGpusFromAffinityDCNV
(long affinityDC, int gpuIndex, PointerBuffer gpu) BOOL wglEnumGpusFromAffinityDCNV(HDC affinityDC, UINT gpuIndex, HGPUNV * gpu)
static boolean
wglEnumGpusNV
(int gpuIndex, PointerBuffer gpu) BOOL wglEnumGpusNV(UINT gpuIndex, HGPUNV * gpu)
-
Field Details
-
ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV
public static final int ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV- See Also:
-
ERROR_MISSING_AFFINITY_MASK_NV
public static final int ERROR_MISSING_AFFINITY_MASK_NV- See Also:
-
-
Method Details
-
nwglEnumGpusNV
public static int nwglEnumGpusNV(int gpuIndex, long gpu) BOOL wglEnumGpusNV(UINT gpuIndex, HGPUNV * gpu)
-
wglEnumGpusNV
BOOL wglEnumGpusNV(UINT gpuIndex, HGPUNV * gpu)
-
nwglEnumGpuDevicesNV
public static int nwglEnumGpuDevicesNV(long gpu, int deviceIndex, long gpuDevice) BOOL wglEnumGpuDevicesNV(HGPUNV gpu, UINT deviceIndex, PGPU_DEVICE gpuDevice)
-
wglEnumGpuDevicesNV
BOOL wglEnumGpuDevicesNV(HGPUNV gpu, UINT deviceIndex, PGPU_DEVICE gpuDevice)
-
nwglCreateAffinityDCNV
public static long nwglCreateAffinityDCNV(long gpuList) HDC wglCreateAffinityDCNV(HGPUNV const * gpuList)
-
wglCreateAffinityDCNV
HDC wglCreateAffinityDCNV(HGPUNV const * gpuList)
-
nwglEnumGpusFromAffinityDCNV
public static int nwglEnumGpusFromAffinityDCNV(long affinityDC, int gpuIndex, long gpu) BOOL wglEnumGpusFromAffinityDCNV(HDC affinityDC, UINT gpuIndex, HGPUNV * gpu)
-
wglEnumGpusFromAffinityDCNV
BOOL wglEnumGpusFromAffinityDCNV(HDC affinityDC, UINT gpuIndex, HGPUNV * gpu)
-
wglDeleteDCNV
public static boolean wglDeleteDCNV(long hdc) BOOL wglDeleteDCNV(HDC hdc)
-