Changeset 43398 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Sep 21, 2012 2:01:32 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80881
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/buffer.c
r40388 r43398 1504 1504 TRACE("Not creating a vbo because GL_ARB_vertex_buffer is not supported\n"); 1505 1505 } 1506 #ifndef VBOX_WITH_WDDM 1506 1507 else if(buffer->resource.pool == WINED3DPOOL_SYSTEMMEM) 1507 1508 { … … 1512 1513 TRACE("Not creating a vbo because the buffer has dynamic usage and no GL support\n"); 1513 1514 } 1515 #endif 1514 1516 else 1515 1517 {
Note:
See TracChangeset
for help on using the changeset viewer.