From 4d36f334c9b3ab6b4e6901802e64ee7391a422ef Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 21 Jan 2004 15:31:46 +0000 Subject: Another mechanism to create vertices with holes - a new EMIT_PAD style --- src/mesa/tnl/t_vertex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/tnl/t_vertex.h') 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 }; -- cgit v1.2.3