SPIRV-Visualizer icon indicating copy to clipboard operation
SPIRV-Visualizer copied to clipboard

Client side only Javascript to visualize a SPIR-V Module binary

Results 6 SPIRV-Visualizer issues
Sort by recently updated
recently updated
newest added

With the visualizer able to decode a list of hex values into SPIR-V, it would be great if said SPIR-V could be copied out of the visualizer (so for example...

With the visualizer able to digest SPIR-V or hex values directly, loading from file is no longer the only option. Once could always refresh the page, so this is very...

as pointed out in https://github.com/KhronosGroup/SPIRV-Visualizer/issues/24 when things fail, unless you inspect the console logs, it is not obvious that your SPIR-V suddenly stopped parsing Need to add better error handling

sometimes the dag on right side is too large and it is annoying to scroll around at a minimum, it should focus on the selected instructions instead of the upper...

Will get `Oh no, something went wrong: Can only load single files` error

a 1.6mb file with 59,108 instructions and a 10k line `OpSource/OpSourceContinue` slot causes the website to consume over 1GB of memory on Chrome, also ` $('.id')` fails because there are...