public class CUWGL
extends java.lang.Object
This class contains Windows-specific functionality.
| Modifier and Type | Class and Description |
|---|---|
static class |
CUWGL.Functions
Contains the function pointers loaded from
CU.getLibrary(). |
| Modifier and Type | Method and Description |
|---|---|
static int |
cuWGLGetDevice(java.nio.IntBuffer pDevice,
long hGpu)
Gets the CUDA device associated with
hGpu. |
static int |
ncuWGLGetDevice(long pDevice,
long hGpu)
Unsafe version of:
WGLGetDevice |
public static int ncuWGLGetDevice(long pDevice,
long hGpu)
WGLGetDevicepublic static int cuWGLGetDevice(java.nio.IntBuffer pDevice,
long hGpu)
hGpu.pDevice - device associated with hGpuhGpu - handle to a GPU, as queried via WGL_NV_gpu_affinityCopyright LWJGL. All Rights Reserved. License terms.