Changeset 31828 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/cubetexture.c
- Timestamp:
- Aug 20, 2010 5:12:14 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65029
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/cubetexture.c
r30916 r31828 489 489 490 490 hr = basetexture_init((IWineD3DBaseTextureImpl *)texture, levels, WINED3DRTYPE_CUBETEXTURE, 491 device, 0, usage, format_desc, pool, parent, parent_ops); 491 device, 0, usage, format_desc, pool, parent, parent_ops 492 #ifdef VBOXWDDM 493 , NULL 494 , NULL 495 #endif 496 ); 492 497 if (FAILED(hr)) 493 498 {
Note:
See TracChangeset
for help on using the changeset viewer.