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

Function UnloadCompiler

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

Source from the content-addressed store, hash-verified

2442inline CL_EXT_PREFIX__VERSION_1_1_DEPRECATED cl_int
2443UnloadCompiler() CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED;
2444inline cl_int
2445UnloadCompiler()
2446{
2447 return ::clUnloadCompiler();
2448}
2449#endif // #if defined(CL_VERSION_1_1)
2450
2451/*! \brief Class interface for cl_context.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected