Example #1
0
File: package.go Project: mantyr/cl
func UnloadCompiler() ErrorCode {
	return ErrorCode(C.clUnloadCompiler())
}
Example #2
0
///////////////////////////////////////////////
//OpenCL 1.1
///////////////////////////////////////////////
func CLUnloadCompiler() CL_int {
	return CL_int(C.clUnloadCompiler())
}