mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
glsl: Include missing headers in slang_compile_function.h
Include glheader.h for GL symbols. Include slang_compile_function.h for slang_function symbol. Include slang_compile_operation.h for slang_operation symbol. Include slang_compile_variable.h for slang_variable and slang_variable_scope symbols. Include slang_log.h for slang_info_log symbols. Include slang_utility.h for slang_atom and slang_atom_pool symbols.
This commit is contained in:
parent
9bfbfd55af
commit
4fef77c7c5
1 changed files with 9 additions and 0 deletions
|
|
@ -25,6 +25,15 @@
|
|||
#ifndef SLANG_COMPILE_FUNCTION_H
|
||||
#define SLANG_COMPILE_FUNCTION_H
|
||||
|
||||
#include "main/glheader.h"
|
||||
#include "slang_compile_function.h"
|
||||
#include "slang_compile_operation.h"
|
||||
#include "slang_compile_variable.h"
|
||||
#include "slang_log.h"
|
||||
#include "slang_utility.h"
|
||||
|
||||
struct slang_name_space_;
|
||||
struct slang_operation_;
|
||||
|
||||
/**
|
||||
* Types of functions.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue