Enum CUGLDeviceList
CUDA devices corresponding to an OpenGL device.
Namespace: ManagedCuda.BasicTypes
Assembly: ManagedCuda.dll
Syntax
public enum CUGLDeviceList
Fields
Name | Description |
---|---|
All | The CUDA devices for all GPUs used by the current OpenGL context |
CurrentFrame | The CUDA devices for the GPUs used by the current OpenGL context in its currently rendering frame |
NextFrame | The CUDA devices for the GPUs to be used by the current OpenGL context in the next frame |