示例#1
0
文件: package.go 项目: mantyr/cl
func UnloadCompiler() ErrorCode {
	return ErrorCode(C.clUnloadCompiler())
}
示例#2
0
///////////////////////////////////////////////
//OpenCL 1.1
///////////////////////////////////////////////
func CLUnloadCompiler() CL_int {
	return CL_int(C.clUnloadCompiler())
}