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

Method getInfo

include/internal/CL/cl.hpp:3077–3082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3075 //! \brief Wrapper for clGetMemObjectInfo().
3076 template <typename T>
3077 cl_int getInfo(cl_mem_info name, T* param) const
3078 {
3079 return detail::errHandler(
3080 detail::getInfo(&::clGetMemObjectInfo, object_, name, param),
3081 __GET_MEM_OBJECT_INFO_ERR);
3082 }
3083
3084 //! \brief Wrapper for clGetMemObjectInfo() that returns by value.
3085 template <cl_int name> typename

Callers

nothing calls this directly

Calls 2

errHandlerFunction · 0.85
getInfoFunction · 0.85

Tested by

no test coverage detected