This is a little experiment to implement a pixel-sorting shader based on the following video I Tried Sorting Pixels by Acerola.
My implementation makes use of a fragment shader to sort the pixels into the correct order instead of doing the sorting in a compute shader.
The example picture is based on the Mona Lisa with this depth map.