diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-28 17:34:41 +0100 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-28 17:34:41 +0100 |
commit | da4b72ea58e97d14306cfd322a8ef7a40337645d (patch) | |
tree | 7f20339213634a74d91fb7db00c968be71b81fd5 /src/render_opencl.h | |
parent | c8a38bd8ad66eb0b35f08a4733fdee37a888b83c (diff) |
OpenCL rendering working with 32-bit float
Diffstat (limited to 'src/render_opencl.h')
-rw-r--r-- | src/render_opencl.h | 10 |
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); |