From da4b72ea58e97d14306cfd322a8ef7a40337645d Mon Sep 17 00:00:00 2001
From: Leonard Kugis <leonardkugis@gmail.com>
Date: Sun, 28 Jan 2018 17:34:41 +0100
Subject: OpenCL rendering working with 32-bit float

---
 src/render_opencl.h | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

(limited to 'src/render_opencl.h')

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);
 
-- 
cgit v1.2.1