else if(LWJGLUtil.getPlatform() != LWJGLUtil.PLATFORM_MACOSX)
deviceWorkSize = device.getInfoSize(CL10.CL_DEVICE_MAX_WORK_GROUP_SIZE);
else
deviceWorkSize = 64;
context = CL10.clCreateContext(properties, device, new CLContextCallback() {
protected void handleMessage(String errinfo, ByteBuffer private_info) {
diabloMiner.error(errinfo);
}
}, null);