#pragma once #include #include #include // Mostly just a toy to understand SPIR-V better. Not an accurate SPIR-V disassembler, // and the result will not reassemble. bool DisassembleSPIRV(std::vector spirv, std::string *output);