Changeset 57544 in vbox for trunk/src/VBox
- Timestamp:
- Aug 26, 2015 9:08:00 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102356
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_beginend.py
r46527 r57544 23 23 24 24 /* XXX comparing mode >= 0 here is not needed since mode is unsigned */ 25 CRASSERT( mode >= GL_POINTS &&mode <= GL_POLYGON );25 CRASSERT( /*mode >= GL_POINTS && */mode <= GL_POLYGON ); 26 26 27 27 #if CR_ARB_vertex_buffer_object
Note:
See TracChangeset
for help on using the changeset viewer.