glsl: Clean up header file inclusion in slang_codegen.h.
Remove mtypes.h. Include glheader.h for GL symbols. Include slang_compile_variable.h for slang_variable symbol. Include slang_typeinfo.h for slang_type_specifier symbol. Include slang_utility.h for slang_atom_pool symbol.
This commit is contained in:
@@ -27,9 +27,13 @@
|
||||
#define SLANG_CODEGEN_H
|
||||
|
||||
|
||||
#include "main/imports.h"
|
||||
#include "main/glheader.h"
|
||||
#include "slang_compile.h"
|
||||
#include "slang_compile_variable.h"
|
||||
#include "slang_typeinfo.h"
|
||||
#include "slang_utility.h"
|
||||
|
||||
struct slang_function_;
|
||||
|
||||
#define MAX_LOOP_DEPTH 30
|
||||
|
||||
|
||||
Reference in New Issue
Block a user