Changeset 24815 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Nov 20, 2009 9:53:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_misc.c
r24787 r24815 44 44 { 45 45 GLint buffer; 46 47 /*Seems to still cause issues, always sync for now*/ 48 return 1; 49 46 50 crStateGetIntegerv(GL_DRAW_BUFFER, &buffer); 47 51 /*Usually buffer==GL_BACK, so put this extra check to simplify boolean eval on runtime*/
Note:
See TracChangeset
for help on using the changeset viewer.