diff options
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r-- | src/mesa/tnl/t_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index da225b518eb..753f59257a0 100644 --- a/src/mesa/tnl/t_context.h +++ b/src/mesa/tnl/t_context.h @@ -563,7 +563,7 @@ struct tnl_clipspace_fastpath { GLuint attr_count; GLboolean match_strides; - struct { + struct attr_type { GLuint format; GLuint size; GLuint stride; |