mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
glsl: Include missing headers in slang_simplify.h.
Include glheader.h for GL symbols. Include slang_compile.h for slang_name_space symbol. Include slang_compile_function.h for slang_function symbol. Include slang_compile_operation.h for slang_operation symbol. Include slang_log.h for slang_info_log symbol. Include slang_utility.h for slang_atom_pool symbol.
This commit is contained in:
parent
99003560ca
commit
1918820d2e
1 changed files with 7 additions and 0 deletions
|
|
@ -26,6 +26,13 @@
|
|||
#define SLANG_SIMPLIFY_H
|
||||
|
||||
|
||||
#include "main/glheader.h"
|
||||
#include "slang_compile.h"
|
||||
#include "slang_compile_function.h"
|
||||
#include "slang_compile_operation.h"
|
||||
#include "slang_log.h"
|
||||
#include "slang_utility.h"
|
||||
|
||||
extern GLint
|
||||
_slang_lookup_constant(const char *name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue