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

Function ImageGL

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

Source from the content-addressed store, hash-verified

4542 */
4543#if defined(CL_VERSION_1_2)
4544 __CL_EXPLICIT_CONSTRUCTORS BufferRenderGL(const cl_mem& buffer) : ImageGL(buffer) { }
4545#else // #if defined(CL_VERSION_1_2)
4546 __CL_EXPLICIT_CONSTRUCTORS BufferRenderGL(const cl_mem& buffer) : Image2DGL(buffer) { }
4547#endif //#if defined(CL_VERSION_1_2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected