Two fragment shaders following the same Mandelbrot zoom path. The left canvas uses float32
arithmetic, while the right canvas uses the fp64arithmetic shader module from
@luma.gl/shadertools.
Note that fp64 support in shaders relies on some unspecified behavior and is thus GPU dependent. In particular, Apple GPUs are hard to support.
Initializing device...