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 for NVIDIA CUDA Library  NVIDIA