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

Method getInfo

include/internal/CL/cl.hpp:2084–2089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2082 //! \brief Wrapper for clGetDeviceInfo().
2083 template <typename T>
2084 cl_int getInfo(cl_device_info name, T* param) const
2085 {
2086 return detail::errHandler(
2087 detail::getInfo(&::clGetDeviceInfo, object_, name, param),
2088 __GET_DEVICE_INFO_ERR);
2089 }
2090
2091 //! \brief Wrapper for clGetDeviceInfo() that returns by value.
2092 template <cl_int name> typename

Callers

nothing calls this directly

Calls 2

errHandlerFunction · 0.85
getInfoFunction · 0.85

Tested by

no test coverage detected