Main Page
Modules
Data Structures
Related Pages
Direct3D 9 Interoperability [DEPRECATED]
cudaD3D9GetDirect3DDevice
cudaD3D9MapResources
cudaD3D9RegisterResource
cudaD3D9ResourceGetMappedArray
cudaD3D9ResourceGetMappedPitch
cudaD3D9ResourceGetMappedPointer
cudaD3D9ResourceGetMappedSize
cudaD3D9ResourceGetSurfaceDimensions
cudaD3D9ResourceSetMapFlags
cudaD3D9UnmapResources
cudaD3D9UnregisterResource
cudaError_t
cudaD3D9GetDirect3DDevice
(
IDirect3DDevice9 **
ppD3D9Device
)
Deprecated:
This function is deprecated as of Cuda 3.0.
Returns in
*ppD3D9Device
the Direct3D device against which this CUDA context was created in
cudaD3D9SetDirect3DDevice()
.
Parameters:
ppD3D9Device
- Returns the Direct3D device for this thread
Returns:
cudaSuccess
,
cudaErrorUnknown
Note:
Note that this function may also return error codes from previous, asynchronous launches.
See also:
cudaD3D9SetDirect3DDevice
Generated by Doxygen for NVIDIA CUDA Library