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