CUDA graphics interop map flags

Enumerator:
cudaGraphicsMapFlagsNone  Default; Assume resource can be read/written.
cudaGraphicsMapFlagsReadOnly  CUDA will not write to this resource.
cudaGraphicsMapFlagsWriteDiscard  CUDA will only write to and will not read from this resource.


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA