OSDN Git Service

util: Add forward declarations in u_index_modify.h.
authorVinson Lee <vlee@vmware.com>
Thu, 30 Dec 2010 09:54:35 +0000 (01:54 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 30 Dec 2010 09:54:35 +0000 (01:54 -0800)
src/gallium/auxiliary/util/u_index_modify.h

index dc28fe0..1e9de3d 100644 (file)
@@ -23,6 +23,9 @@
 #ifndef UTIL_INDEX_MODIFY_H
 #define UTIL_INDEX_MODIFY_H
 
+struct pipe_context;
+struct pipe_resource;
+
 void util_shorten_ubyte_elts_to_userptr(struct pipe_context *context,
                                        struct pipe_resource *elts,
                                        int index_bias,