Direct3D 10 Interoperability [DEPRECATED]
[Direct3D 10 Interoperability]


Typedefs

typedef enum CUD3D10map_flags_enum CUD3D10map_flags
typedef enum
CUD3D10register_flags_enum 
CUD3D10register_flags

Enumerations

enum  CUD3D10map_flags_enum
enum  CUD3D10register_flags_enum

Functions

CUresult cuD3D10MapResources (unsigned int count, ID3D10Resource **ppResources)
 Map Direct3D resources for access by CUDA.
CUresult cuD3D10RegisterResource (ID3D10Resource *pResource, unsigned int Flags)
 Register a Direct3D resource for access by CUDA.
CUresult cuD3D10ResourceGetMappedArray (CUarray *pArray, ID3D10Resource *pResource, unsigned int SubResource)
 Get an array through which to access a subresource of a Direct3D resource which has been mapped for access by CUDA.
CUresult cuD3D10ResourceGetMappedPitch (size_t *pPitch, size_t *pPitchSlice, ID3D10Resource *pResource, unsigned int SubResource)
 Get the pitch of a subresource of a Direct3D resource which has been mapped for access by CUDA.
CUresult cuD3D10ResourceGetMappedPointer (CUdeviceptr *pDevPtr, ID3D10Resource *pResource, unsigned int SubResource)
 Get a pointer through which to access a subresource of a Direct3D resource which has been mapped for access by CUDA.
CUresult cuD3D10ResourceGetMappedSize (size_t *pSize, ID3D10Resource *pResource, unsigned int SubResource)
 Get the size of a subresource of a Direct3D resource which has been mapped for access by CUDA.
CUresult cuD3D10ResourceGetSurfaceDimensions (size_t *pWidth, size_t *pHeight, size_t *pDepth, ID3D10Resource *pResource, unsigned int SubResource)
 Get the dimensions of a registered surface.
CUresult cuD3D10ResourceSetMapFlags (ID3D10Resource *pResource, unsigned int Flags)
 Set usage flags for mapping a Direct3D resource.
CUresult cuD3D10UnmapResources (unsigned int count, ID3D10Resource **ppResources)
 Unmap Direct3D resources.
CUresult cuD3D10UnregisterResource (ID3D10Resource *pResource)
 Unregister a Direct3D resource.

Detailed Description

This section describes deprecated Direct3D 10 interoperability functionality.

Generated by Doxygen for NVIDIA CUDA Library  NVIDIA