mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
draw: pre-declare referenced structs
This commit is contained in:
parent
f4588c1752
commit
e0a9ce10f4
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@
|
|||
|
||||
typedef unsigned (*pt_elt_func)( const void *elts, unsigned idx );
|
||||
|
||||
struct draw_pt_middle_end;
|
||||
struct draw_context;
|
||||
|
||||
/* The "front end" - prepare sets of fetch, draw elements for the
|
||||
* middle end.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue