! \brief Constructor from cl_mem - takes ownership. * * See Memory for further details. */
| 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 | * |
nothing calls this directly
no outgoing calls
no test coverage detected