aboutsummaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render.h')
-rw-r--r--src/render.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/render.h b/src/render.h
index 4ae2360..a50027a 100644
--- a/src/render.h
+++ b/src/render.h
@@ -9,8 +9,9 @@
#define RENDER_H_
#include "defs.h"
-#include "render_cpu.h"
#include "render_opencl.h"
+#include "render_cpu.h"
+#include <math.h>
typedef struct config {
CpuConfig config_cpu;
@@ -28,6 +29,9 @@ typedef struct config {
Config *_config;
u32 *s_arr;
+GLuint tex;
+
+d64 zoom_func(d64 ft, d64 s);
void init_render(Config *config);
void show_render();