I'm trying to optimize the performance of my Dijkstra map generation shader.
Currently I'm using the traditional method I've learned from
http://www.roguebasin.com/index.php/Dijkstra_Maps_Visualized
Is it possible the use the jump flood algorithm to generate Dijkstra map? Since JFA is the most efficient algorithm to generate SDF in shader.
Any suggestion will be appreciated!