CUDA D3D10 Map Flags

Enumerator:
cudaD3D10MapFlagsNone  Default; Assume resource can be read/written.
cudaD3D10MapFlagsReadOnly  CUDA kernels will not write to this resource.
cudaD3D10MapFlagsWriteDiscard  CUDA kernels will only write to and will not read from this resource.


Generated by Doxygen on Mon Mar 30 23:16:11 2009 for NVIDIA CUDA Library  NVIDIA