| 99 | void FinishCL(); |
| 100 | cl_context GetContextCL() {return _context;} |
| 101 | cl_command_queue GetCommandQueue() {return _queue;} |
| 102 | static const char* GetErrorString(cl_int error); |
| 103 | static bool CheckErrorCL(cl_int error, const char* location = NULL); |
| 104 | public: |
no outgoing calls
no test coverage detected