Function pocky_opencl_context_free¶
Defined in File pocky_utils.h
Function Documentation¶
- 
cl_int pocky_opencl_context_free(cl_context *ctx)¶
 Frees the given context.
- Parameters:
 ctx – [inout] Context to be freed; it is released and its handle is set to
NULLon return
- Returns:
 On success,
CL_SUCCESS, otherwise an OpenCL error code