summaryrefslogtreecommitdiff
path: root/mandel.h
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-05-05 16:47:42 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-05-05 16:49:16 +0200
commit6878d573e50cca6ad917b67d596e5bb38c93b42a (patch)
tree9475bcc484bcb9d0d35df36152c68767dd2c6eca /mandel.h
parent4d9a33d9ba4e6644a2f8b417b07cf5005d119cc6 (diff)
Subsampling for faster image
Diffstat (limited to 'mandel.h')
-rw-r--r--mandel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandel.h b/mandel.h
index aed1738..99d4b60 100644
--- a/mandel.h
+++ b/mandel.h
@@ -15,4 +15,4 @@ void mandel_free(Mandel *ctx);
double mandel_imgh(const Mandel *ctx, const Params *par);
// dst[3*w*h]
-void mandel_render(uint8_t *dst, Mandel *ctx, const Params *par);
+void mandel_render(uint8_t *dst, Mandel *ctx, const Params *par, size_t subsample);