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

Method Memory

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

\brief Default constructor - initializes to NULL.

Source from the content-addressed store, hash-verified

3023public:
3024 //! \brief Default constructor - initializes to NULL.
3025 Memory() : detail::Wrapper<cl_type>() { }
3026
3027 /*! \brief Constructor from cl_mem - takes ownership.
3028 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected