|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.driver.CUGLDeviceList
public class CUGLDeviceList
CUDA devices corresponding to an OpenGL device
Field Summary | |
---|---|
static int |
CU_GL_DEVICE_LIST_ALL
The CUDA devices for all GPUs used by the current OpenGL context |
static int |
CU_GL_DEVICE_LIST_CURRENT_FRAME
The CUDA devices for the GPUs used by the current OpenGL context in its currently rendering frame |
static int |
CU_GL_DEVICE_LIST_NEXT_FRAME
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 CUGLDeviceList |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CU_GL_DEVICE_LIST_ALL
public static final int CU_GL_DEVICE_LIST_CURRENT_FRAME
public static final int CU_GL_DEVICE_LIST_NEXT_FRAME
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The CUGLDeviceList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |