Add new SpirvToolsDisassemble API interface + Improve Doc on existing API interface...
authorpheonix <dev@creatingtrouble.com>
Mon, 5 Oct 2020 15:59:27 +0000 (08:59 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Oct 2020 15:59:27 +0000 (09:59 -0600)
commitd1929f359a1035cb169ec54630c24ae6ce0bcc21
tree94f817a912bfc5b4677b66d4b0f119f6809b6cb7
parentf05c076e26b04cbcc9bf2df815bbdc9c620d89ad
Add new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2408)

* Add more flexible SpirvToolsDisassemble interface to allow specifying spv_target_env for disassembly output.
Improve documentation on existing SpirvToolsDisassemble interface.

* Update pre-processor check - following existing ENABLE_OPT checks.

* Fix not-found header paths for glslangValidator and glslangtests.
SPIRV/SpvTools.cpp
SPIRV/SpvTools.h
StandAlone/CMakeLists.txt
gtests/CMakeLists.txt