Direct3D 11 Interoperability
[CUDA Runtime API]


Functions

cudaError_t cudaD3D11GetDevice (int *device, IDXGIAdapter *pAdapter)
 Gets the device number for an adapter.
cudaError_t cudaD3D11SetDirect3DDevice (ID3D11Device *pD3D11Device)
 Sets the Direct3D 11 device to use for interoperability in this thread.
cudaError_t cudaGraphicsD3D11RegisterResource (struct cudaGraphicsResource **resource, ID3D11Resource *pD3DResource, unsigned int flags)
 Register a Direct3D 11 resource for access by CUDA.

Detailed Description

This section describes the Direct3D 11 interoperability functions of the CUDA runtime application programming interface.

Generated by Doxygen for NVIDIA CUDA Library  NVIDIA