Enum CUd3dXDeviceList
CUDA devices corresponding to a D3D11, D3D10 or D3D9 device
Namespace: ManagedCuda.BasicTypes
Assembly: ManagedCuda.dll
Syntax
public enum CUd3dXDeviceList
Fields
Name | Description |
---|---|
All | The CUDA devices for all GPUs used by a D3D11 device. |
CurrentFrame | The CUDA devices for the GPUs used by a D3D11 device in its currently rendering frame (in SLI). |
NextFrame | The CUDA devices for the GPUs to be used by a D3D11 device in the next frame (in SLI). |