diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-27 01:03:31 +0000 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-27 01:03:31 +0000 |
commit | c8a38bd8ad66eb0b35f08a4733fdee37a888b83c (patch) | |
tree | 63f730553e879f5e14f0dc5e3cbb92ce771ae43f /src/mandelbrot-zoom.h | |
parent | 3d162bbcc92b22e6b00ee80194214c393770adb7 (diff) | |
download | mandelbrot-explorer-c8a38bd8ad66eb0b35f08a4733fdee37a888b83c.tar.gz mandelbrot-explorer-c8a38bd8ad66eb0b35f08a4733fdee37a888b83c.tar.bz2 mandelbrot-explorer-c8a38bd8ad66eb0b35f08a4733fdee37a888b83c.zip |
OpenCL rendering added, not working properly
Diffstat (limited to 'src/mandelbrot-zoom.h')
-rw-r--r-- | src/mandelbrot-zoom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mandelbrot-zoom.h b/src/mandelbrot-zoom.h index d30adcf..8309885 100644 --- a/src/mandelbrot-zoom.h +++ b/src/mandelbrot-zoom.h @@ -16,6 +16,7 @@ typedef struct Ui_settings { GtkWindow *settings; + GtkComboBoxText *setCombo; GtkSpinButton *iterationsSp; GtkSpinButton *threadsSp; GtkButton *colorFromBtn; @@ -25,6 +26,8 @@ typedef struct Ui_settings { GtkEntry *speedEntry; GtkRadioButton *modeCPURd; GtkRadioButton *modeGPURd; + GtkComboBoxText *fpuCombo; + GtkCheckButton *fmaCb; GtkCheckButton *exportCb; GtkRadioButton *gifRd; GtkSpinButton *widthSp; |