aboutsummaryrefslogtreecommitdiff
path: root/src/render_opencl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render_opencl.h')
-rw-r--r--src/render_opencl.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/render_opencl.h b/src/render_opencl.h
index b995c4d..720678b 100644
--- a/src/render_opencl.h
+++ b/src/render_opencl.h
@@ -56,15 +56,7 @@ cl_device_id *devices;
cl_command_queue commandQueue[MAX_DEVICES];
cl_mem outputBuffer[MAX_DEVICES];
-double xpos;
-double ypos;
-double xsize;
-double ysize;
-double xstep;
-double ystep;
-double leftx;
-double topy;
-double topy0;
+cl_int width_cl;
d64 zoom_func(d64 ft, d64 s);