diff options
Diffstat (limited to 'src/mesa/vbo/vbo_exec_array.c')
-rw-r--r-- | src/mesa/vbo/vbo_exec_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_exec_array.c b/src/mesa/vbo/vbo_exec_array.c index e3421fa9b51..024d4d6c80e 100644 --- a/src/mesa/vbo/vbo_exec_array.c +++ b/src/mesa/vbo/vbo_exec_array.c @@ -299,7 +299,7 @@ recalculate_input_bindings(struct gl_context *ctx) const struct gl_array_attributes *array = ctx->Array.VAO->VertexAttrib; struct gl_vertex_array *vertexAttrib = ctx->Array.VAO->_VertexAttrib; const struct gl_vertex_array **inputs = &exec->array.inputs[0]; - GLbitfield64 const_inputs = 0x0; + GLbitfield const_inputs = 0x0; GLuint i; switch (get_program_mode(ctx)) { |