aboutsummaryrefslogtreecommitdiff
path: root/inc/config.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-05-19 16:46:13 +0200
committerCharles <sircharlesaze@gmail.com>2020-05-19 18:19:31 +0200
commitb0998910dd974280b3c6f3f65e21bfd5859b117f (patch)
tree5a7049ac6cf0d05370df3324b2bb4b591c2bac87 /inc/config.h
parent6a80b1b70ec069b051c0e31aafac6eb596e20261 (diff)
downloadmandelbrot_cpu-b0998910dd974280b3c6f3f65e21bfd5859b117f.tar.gz
mandelbrot_cpu-b0998910dd974280b3c6f3f65e21bfd5859b117f.tar.bz2
mandelbrot_cpu-b0998910dd974280b3c6f3f65e21bfd5859b117f.zip
Basic explorer with window resize, iterations change, moving around
Diffstat (limited to 'inc/config.h')
-rw-r--r--inc/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/config.h b/inc/config.h
index 4085dba..4ce9f2e 100644
--- a/inc/config.h
+++ b/inc/config.h
@@ -3,7 +3,8 @@
# define MANDEL_WINDOW_WIDTH 640
# define MANDEL_WINDOW_HEIGHT 480
-
# define MANDEL_WINDOW_TITLE "Mandelbrot"
+# define MANDEL_SURFACE_DEPTH 8
+# define MANDEL_ITERATIONS 20
#endif