mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
compiler: include shader_enums.h in shader_info.h
We make use of some enums here. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
a456ea17fb
commit
29ade71af9
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@
|
|||
#ifndef SHADER_INFO_H
|
||||
#define SHADER_INFO_H
|
||||
|
||||
#include "shader_enums.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue