Modules | |
| Direct3D 9 Interoperability [DEPRECATED] | |
Functions | |
| cudaError_t | cudaD3D9GetDevice (int *device, const char *pszAdapterName) |
| Gets the device number for an adapter. | |
| cudaError_t | cudaD3D9SetDirect3DDevice (IDirect3DDevice9 *pD3D9Device) |
| Sets the Direct3D device to use for interoperability in this thread. | |
| cudaError_t | cudaGraphicsD3D9RegisterResource (struct cudaGraphicsResource **resource, IDirect3DResource9 *pD3DResource, unsigned int flags) |
| Register a Direct3D 9 resource for access by CUDA. | |