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

Method unloadCompiler

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

\brief Wrapper for clUnloadCompiler().

Source from the content-addressed store, hash-verified

2424#if defined(CL_VERSION_1_2)
2425 //! \brief Wrapper for clUnloadCompiler().
2426 cl_int
2427 unloadCompiler()
2428 {
2429 return ::clUnloadPlatformCompiler(object_);
2430 }
2431#endif // #if defined(CL_VERSION_1_2)
2432}; // class Platform
2433

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected