public class cudaGLDeviceList extends 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 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
public static String stringFor(int n)
n - The cudaGLDeviceListCopyright © 2020. All rights reserved.