cmake-raytracer
cmake-raytracer copied to clipboard
Support image dimensions that aren't powers of two
As per the README:
For now, to keep the code simple, you are required to keep image_width, image_height and num_procs as powers of 2, otherwise the image may not be fully formed.
This shouldn't be too hard to fix.