summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vertex.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-01-21 15:31:46 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-01-21 15:31:46 +0000
commit4d36f334c9b3ab6b4e6901802e64ee7391a422ef (patch)
treedf353016d3fd3ab796537f240cba37916d3f56c9 /src/mesa/tnl/t_vertex.h
parente98986bdd3bb33583e9c0f275a93e4cfddd3b11d (diff)
Another mechanism to create vertices with holes - a new EMIT_PAD style
Diffstat (limited to 'src/mesa/tnl/t_vertex.h')
-rw-r--r--src/mesa/tnl/t_vertex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vertex.h b/src/mesa/tnl/t_vertex.h
index 297b6a4cbe..6c58ca994b 100644
--- a/src/mesa/tnl/t_vertex.h
+++ b/src/mesa/tnl/t_vertex.h
@@ -51,6 +51,7 @@ enum tnl_attr_format {
EMIT_4UB_4F_BGRA, /* for color */
EMIT_4UB_4F_RGBA, /* for color */
EMIT_4CHAN_4F_RGBA, /* for swrast color */
+ EMIT_PAD, /* leave a hole of 'offset' bytes */
EMIT_MAX
};