|
cuGLUnmapBufferObjectAsync |
( |
GLuint |
bufferobj, |
|
|
CUstream |
hStream | |
|
) |
| | |
Unmaps the buffer object of ID bufferobj for access by CUDA.
Stream hStream in the current CUDA context is synchronized with the current GL context.
- Parameters:
-
| bufferobj | - Buffer object to unmap |
| hStream | - Stream to synchronize |
- Returns:
- CUDA_SUCCESS, CUDA_ERROR_DEINITIALIZED, CUDA_ERROR_NOT_INITIALIZED, CUDA_ERROR_INVALID_CONTEXT, CUDA_ERROR_INVALID_VALUE
- Note:
- Note that this function may also return error codes from previous, asynchronous launches.
- See also:
- cuGLCtxCreate, cuGLInit, cuGLMapBufferObject, cuGLRegisterBufferObject, cuGLUnregisterBufferObject, cuGLMapBufferObjectAsync, cuGLSetBufferObjectMapFlags, cuWGLGetDevice
|