diff options
Diffstat (limited to 'src/mesa/main/uniforms.h')
-rw-r--r-- | src/mesa/main/uniforms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/uniforms.h b/src/mesa/main/uniforms.h index 9236db97805..819cf90ba41 100644 --- a/src/mesa/main/uniforms.h +++ b/src/mesa/main/uniforms.h @@ -505,7 +505,7 @@ _mesa_flush_vertices_for_uniforms(struct gl_context *ctx, struct gl_builtin_uniform_element { const char *field; - int tokens[STATE_LENGTH]; + gl_state_index16 tokens[STATE_LENGTH]; int swizzle; }; |