mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-24 03:39:51 +00:00
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
@ -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];
|
||||||
|
Loading…
Reference in New Issue
Block a user