|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaGLDeviceList
public class cudaGLDeviceList
CUDA devices corresponding to the current OpenGL context
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given cudaGLDeviceList |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int cudaGLDeviceListAll
public static final int cudaGLDeviceListCurrentFrame
public static final int cudaGLDeviceListNextFrame
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The cudaGLDeviceList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |