mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 00:30:11 +01:00
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:
parent
10d77f3f6b
commit
586fbc7286
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue