Modules | |
| Direct3D 10 Interoperability [DEPRECATED] | |
Functions | |
| cudaError_t | cudaD3D10GetDevice (int *device, IDXGIAdapter *pAdapter) |
| Gets the device number for an adapter. | |
| cudaError_t | cudaD3D10SetDirect3DDevice (ID3D10Device *pD3D10Device) |
| Sets the Direct3D 10 device to use for interoperability in this thread. | |
| cudaError_t | cudaGraphicsD3D10RegisterResource (struct cudaGraphicsResource **resource, ID3D10Resource *pD3DResource, unsigned int flags) |
| Register a Direct3D 10 resource for access by CUDA. | |