|
CUDA GL Map Flags - Enumerator:
-
cudaGLMapFlagsNone |
Default; Assume resource can be read/written |
cudaGLMapFlagsReadOnly |
CUDA kernels will not write to this resource |
cudaGLMapFlagsWriteDiscard |
CUDA kernels will only write to and will not read from this resource |
|