Go to the documentation of this file. 1 #ifndef MYPAINTCONFIG_H
2 #define MYPAINTCONFIG_H
4 #ifndef MYPAINT_TILE_SIZE
5 #define MYPAINT_TILE_SIZE 64
8 #ifndef MYPAINT_MAX_THREADS
9 #define MYPAINT_MAX_THREADS 16
12 #ifndef MYPAINT_MAX_MIPMAP_LEVEL
13 #define MYPAINT_MAX_MIPMAP_LEVEL 4