Heavy computing with GLSL - Part 2

Emulated double precision

In my last post I introduced a simple mandelbrot fractal shader with GLSL. —Unfortunately— Intentionally, the shader code uses single precision floating point variables which ensures great performance but limits the zoom factor to about 17 before the lack of accuracy of the floating point variables takes over and all... [Read More]
Tags: opengl qt shader