Changeset 46368 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jun 3, 2013 5:24:51 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86184
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_beginend.py
r26565 r46368 101 101 crPackEnd(); 102 102 } 103 104 #ifdef DEBUG_misha 105 { 106 GLuint rc = 0; 107 Assert(0); 108 packspu_GetChromiumParametervCR( GL_DBG_CHECK_BREAK_CR, 0, GL_UNSIGNED_INT, 1, &rc); 109 Assert(!rc); 110 } 111 #endif 103 112 } 104 113
Note:
See TracChangeset
for help on using the changeset viewer.