mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
draw: Predeclare struct.
This commit is contained in:
parent
a3ee0aa1bb
commit
395edbc515
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
* Vertex buffer drawing stage.
|
||||
*
|
||||
* \author Keith Whitwell <keith@tungstengraphics.com>
|
||||
* \author José Fonseca <jrfonsec@tungstengraphics.com>
|
||||
* \author Jose Fonseca <jrfonsec@tungstengraphics.com>
|
||||
*/
|
||||
|
||||
#ifndef DRAW_VBUF_H_
|
||||
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
|
||||
|
||||
struct pipe_rasterizer_state;
|
||||
struct draw_context;
|
||||
struct vertex_info;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue