mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
glsl: Include missing headers in slang_print.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_typeinfo.h for slang_type_qualifer and slang_fully_specified_type symbols.
This commit is contained in:
parent
4fef77c7c5
commit
f1702b1808
1 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,12 @@
|
|||
#ifndef SLANG_PRINT
|
||||
#define SLANG_PRINT
|
||||
|
||||
#include "main/glheader.h"
|
||||
#include "slang_compile_function.h"
|
||||
#include "slang_compile_operation.h"
|
||||
#include "slang_compile_variable.h"
|
||||
#include "slang_typeinfo.h"
|
||||
|
||||
extern void
|
||||
slang_print_function(const slang_function *f, GLboolean body);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue