| 2442 | inline CL_EXT_PREFIX__VERSION_1_1_DEPRECATED cl_int |
| 2443 | UnloadCompiler() CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED; |
| 2444 | inline cl_int |
| 2445 | UnloadCompiler() |
| 2446 | { |
| 2447 | return ::clUnloadCompiler(); |
| 2448 | } |
| 2449 | #endif // #if defined(CL_VERSION_1_1) |
| 2450 | |
| 2451 | /*! \brief Class interface for cl_context. |
nothing calls this directly
no outgoing calls
no test coverage detected