\brief Wrapper for clUnloadCompiler().
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected