Changeset 25303 in vbox for trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_bufferobject.c
- Timestamp:
- Dec 10, 2009 3:05:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_bufferobject.c
r25216 r25303 791 791 792 792 /*@todo, move to state_client.c*/ 793 794 795 /*@todo, patch dirty bits after snapshot loading instead*/796 if (toCtx->client.array.v.enabled)797 {798 diff_api.EnableClientState(GL_VERTEX_ARRAY);799 }800 801 793 cp = &toCtx->client.array.v; 802 794 if (cp->buffer->name || locked)
Note:
See TracChangeset
for help on using the changeset viewer.