summaryrefslogtreecommitdiffstats
path: root/config.h
blob: 1427467b878078dedc81eff16592685b8021f9f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* #define WINDOWS 1 */
#define CL_TARGET_OPENCL_VERSION 110
#define WINDOW_TITLE "Balls"

enum { FPS = 60 }; /* Frames per second. */
enum window {
	WIDTH = 640,
	HEIGHT = 640,
};
enum { CIRCLE_POINTS = 24 }; /* Number of vertices per circle. */