Use public SPIRV-Tools header
This commit is contained in:
parent
cd57b4ba0f
commit
a2c39a2947
1 changed files with 1 additions and 1 deletions
|
|
@ -718,7 +718,7 @@ void Disassemble(std::ostream& out, const std::vector<unsigned int>& stream)
|
||||||
|
|
||||||
#if ENABLE_OPT
|
#if ENABLE_OPT
|
||||||
|
|
||||||
#include "spirv-tools/source/disassemble.h"
|
#include "spirv-tools/libspirv.h"
|
||||||
|
|
||||||
// Use the SPIRV-Tools disassembler to print SPIR-V.
|
// Use the SPIRV-Tools disassembler to print SPIR-V.
|
||||||
void SpirvToolsDisassemble(std::ostream& out, const std::vector<unsigned int>& spirv)
|
void SpirvToolsDisassemble(std::ostream& out, const std::vector<unsigned int>& spirv)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue