| 41 | ~NvOFCudaAPI(); |
| 42 | |
| 43 | NV_OF_CUDA_API_FUNCTION_LIST* GetAPI() { |
| 44 | std::lock_guard<std::mutex> lock(m_lock); |
| 45 | return m_ofAPI.get(); |
| 46 | } |
| 47 | |
| 48 | CUcontext GetCudaContext() { return m_cuContext; } |
| 49 | NvOFHandle GetHandle() { return m_hOF; } |
no test coverage detected