#define CL_TARGET_OPENCL_VERSION 110 /* #define WINDOWS 1 */ #ifdef WINDOWS #pragma warning(disable : 4996) #endif enum { FPS = 60 }; /* Frames per second. */