jcuda.runtime
Class cudaGLDeviceList

java.lang.Object
  extended by jcuda.runtime.cudaGLDeviceList

public class cudaGLDeviceList
extends java.lang.Object

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

cudaGLDeviceListAll

public static final int cudaGLDeviceListAll
The CUDA devices for all GPUs used by the current OpenGL context

See Also:
Constant Field Values

cudaGLDeviceListCurrentFrame

public static final int cudaGLDeviceListCurrentFrame
The CUDA devices for the GPUs used by the current OpenGL context in its currently rendering frame

See Also:
Constant Field Values

cudaGLDeviceListNextFrame

public static final int cudaGLDeviceListNextFrame
The CUDA devices for the GPUs to be used by the current OpenGL context in the next frame

See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int n)
Returns the String identifying the given cudaGLDeviceList

Parameters:
n - The cudaGLDeviceList
Returns:
The String identifying the given cudaGLDeviceList