Commit 43bc2d85 by John Kessenich

glslang: Add SPIR-V human readable form. (Use -H.): Fix Linux build problems.

parent acba7720
...@@ -40,10 +40,10 @@ ...@@ -40,10 +40,10 @@
// Disassembler for SPIR-V. // Disassembler for SPIR-V.
// //
#include <unordered_map>
#include <iomanip> #include <iomanip>
#include <stack> #include <stack>
#include <sstream> #include <sstream>
#include "stdlib.h"
#include "GLSL450Lib.h" #include "GLSL450Lib.h"
extern const char* GlslStd450DebugNames[GLSL_STD_450::Count]; extern const char* GlslStd450DebugNames[GLSL_STD_450::Count];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment