Functions | |
cudaError_t | cudaGLMapBufferObject (void **devPtr, GLuint bufObj) |
Maps a buffer object for access by CUDA. | |
cudaError_t | cudaGLRegisterBufferObject (GLuint bufObj) |
Registers a buffer object for access by CUDA. | |
cudaError_t | cudaGLSetGLDevice (int device) |
Sets the CUDA device for use with OpenGL interoperability. | |
cudaError_t | cudaGLUnmapBufferObject (GLuint bufObj) |
Unmaps a buffer object for access by CUDA. | |
cudaError_t | cudaGLUnregisterBufferObject (GLuint bufObj) |
Unregisters a buffer object for access by CUDA. | |
cudaError_t | cudaWGLGetDevice (int *device, HGPUNV hGpu) |
Gets the CUDA device associated with hGpu. |