MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / flush

Method flush

include/internal/CL/cl.hpp:6577–6580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6575#endif // #if defined(CL_VERSION_1_1)
6576
6577 cl_int flush() const
6578 {
6579 return detail::errHandler(::clFlush(object_), __FLUSH_ERR);
6580 }
6581
6582 cl_int finish() const
6583 {

Callers 1

flushFunction · 0.80

Calls 1

errHandlerFunction · 0.85

Tested by

no test coverage detected