diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2001-03-01 17:40:14 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2001-03-01 17:40:14 +0000 |
commit | 0fe593a71e4f78c5683455cf71d5873a3664f146 (patch) | |
tree | bf6a68123a6cd104f3bd38a8b2463118b08352d0 /src/mesa/drivers/common/t_dd_vertex.h | |
parent | d89c87ac40631cb7c8c7da71c61770fc93903a33 (diff) | |
download | external_mesa3d-0fe593a71e4f78c5683455cf71d5873a3664f146.zip external_mesa3d-0fe593a71e4f78c5683455cf71d5873a3664f146.tar.gz external_mesa3d-0fe593a71e4f78c5683455cf71d5873a3664f146.tar.bz2 |
Bugfixes for vertex format, templates
Diffstat (limited to 'src/mesa/drivers/common/t_dd_vertex.h')
-rw-r--r-- | src/mesa/drivers/common/t_dd_vertex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/common/t_dd_vertex.h b/src/mesa/drivers/common/t_dd_vertex.h index fcb7340..3f62aee 100644 --- a/src/mesa/drivers/common/t_dd_vertex.h +++ b/src/mesa/drivers/common/t_dd_vertex.h @@ -66,5 +66,5 @@ typedef union { } tv; float f[16]; unsigned int ui[16]; - unsigned char ub4[4][16]; + unsigned char ub4[16][4]; } TAG(Vertex), *TAG(VertexPtr); |