KhronosGroup / SPIRV-Visualizer

Client side only Javascript to visualize a SPIR-V Module binary
https://www.khronos.org/spir/visualizer/
Apache License 2.0
31 stars 5 forks source link

Add way to paste Disassembled SPIR-V as text #15

Closed spencer-lunarg closed 1 year ago

spencer-lunarg commented 1 year ago

This does some cleanup and creates a proper SPIR-V object interface

Then added a spirv-as written in javascript so we can now paste text on the left at the start and have it parse it for us

For now, this is a one time usage, will need to think of UI to allow re-pasting without having to re-load