mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 06:50:11 +01:00
mesa: Preserve the NewArrays state when copying a VAO
Cc: "10.1" "10.0" <mesa-stable@lists.freedesktop.org> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=72895 Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
fee0686c21
commit
9afbd04d89
1 changed files with 1 additions and 0 deletions
|
|
@ -1457,6 +1457,7 @@ copy_array_object(struct gl_context *ctx,
|
|||
|
||||
/* _Enabled must be the same than on push */
|
||||
dest->_Enabled = src->_Enabled;
|
||||
dest->NewArrays = src->NewArrays;
|
||||
dest->_MaxElement = src->_MaxElement;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue