glslang: Add SPIR-V human readable form. (Use -H.): Fix Linux build problems.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@30039 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
acba77200b
commit
43bc2d857d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,10 +40,10 @@
|
|||
// Disassembler for SPIR-V.
|
||||
//
|
||||
|
||||
#include <unordered_map>
|
||||
#include <iomanip>
|
||||
#include <stack>
|
||||
#include <sstream>
|
||||
#include "stdlib.h"
|
||||
|
||||
#include "GLSL450Lib.h"
|
||||
extern const char* GlslStd450DebugNames[GLSL_STD_450::Count];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue