CUDA D3D9 Map Flags

Enumerator:
cudaD3D9MapFlagsNone  Default; Assume resource can be read/written
cudaD3D9MapFlagsReadOnly  CUDA kernels will not write to this resource
cudaD3D9MapFlagsWriteDiscard  CUDA kernels will only write to and will not read from this resource


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA