summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_types.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_types.h b/src/gallium/auxiliary/vl/vl_types.h
index ce17554..eeabd43 100644
--- a/src/gallium/auxiliary/vl/vl_types.h
+++ b/src/gallium/auxiliary/vl/vl_types.h
@@ -38,4 +38,9 @@ struct vertex4f
float x, y, z, w;
};
+struct quadf
+{
+ struct vertex2f bl, tl, tr, br;
+};
+
#endif /* vl_types_h */