draw: Predeclare struct.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 8 Jan 2009 12:31:36 +0000 (12:31 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 8 Jan 2009 12:31:36 +0000 (12:31 +0000)
src/gallium/auxiliary/draw/draw_vbuf.h

index 9ac068c47b807d296e4fa29f079ea27c702c8705..7e1df88f0b829f0c8e5135b7eccc9e5a8b643eaf 100644 (file)
@@ -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;