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

Function Image2D

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

! \brief Constructor from cl_mem - takes ownership. * * See Memory for further details. */

Source from the content-addressed store, hash-verified

4060 * See Memory for further details.
4061 */
4062 __CL_EXPLICIT_CONSTRUCTORS Image2DGL(const cl_mem& image) : Image2D(image) { }
4063
4064 /*! \brief Assignment from cl_mem - performs shallow copy.
4065 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected