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

Fix ImageOperand only handling 1 bit #2

Closed sfricke-samsung closed 3 years ago

sfricke-samsung commented 3 years ago

If there are multiple following operands indicated, they are ordered: Those indicated by smaller-numbered bits appear first

Before was assuming all BitEnums were single enum values