Changeset 44289 in vbox
- Timestamp:
- Jan 14, 2013 9:36:37 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_texdiff.c
r37613 r44289 1449 1449 1450 1450 /* restore bindings */ 1451 diff_api.ActiveTextureARB(GL_TEXTURE0_ARB + origUnit);1451 /* first restore unit 0 bindings the unit 0 is active currently */ 1452 1452 diff_api.BindTexture(GL_TEXTURE_1D, orig1D); 1453 1453 diff_api.BindTexture(GL_TEXTURE_2D, orig2D); … … 1459 1459 diff_api.BindTexture(GL_TEXTURE_RECTANGLE_NV, origRect); 1460 1460 #endif 1461 /* now restore the proper active unit */ 1462 diff_api.ActiveTextureARB(GL_TEXTURE0_ARB + origUnit); 1461 1463 }
Note:
See TracChangeset
for help on using the changeset viewer.