config.h 135 B

12345678
  1. #define BAIL_OUT 8192
  2. #define MAX_ITER 16384
  3. #define WIDTH 1024
  4. #define HEIGHT 1024
  5. #define THREAD_COUNT 16
  6. #define BUFFER_SIZE 256