mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-12 20:28:19 +02:00
draw: Include missing headers in draw_vs_aos.h.
Include tgsi_exec.h for TGSI_EXEC_NUM_TEMPS. Include draw_vs.h for draw_vs_varient.
This commit is contained in:
parent
883cbbd99c
commit
619e899a42
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@
|
|||
#define DRAW_VS_AOS_H
|
||||
|
||||
#include "pipe/p_config.h"
|
||||
#include "tgsi/tgsi_exec.h"
|
||||
#include "draw_vs.h"
|
||||
|
||||
#ifdef PIPE_ARCH_X86
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue