summaryrefslogtreecommitdiffstats
path: root/config.h
blob: 473424218c35c893d5ccd4302b5c9566a7de6db8 (plain) (blame)
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. */