public class cudaGLDeviceList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
cudaGLDeviceListAll
The CUDA devices for all GPUs used by the current OpenGL context
|
static int |
cudaGLDeviceListCurrentFrame
The CUDA devices for the GPUs used by the current OpenGL context
in its currently rendering frame
|
static int |
cudaGLDeviceListNextFrame
The CUDA devices for the GPUs to be used by the current OpenGL
context in the next frame
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given cudaGLDeviceList
|
public static final int cudaGLDeviceListAll
public static final int cudaGLDeviceListCurrentFrame
public static final int cudaGLDeviceListNextFrame