Changeset 30916 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/cubetexture.c
- Timestamp:
- Jul 19, 2010 8:32:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/cubetexture.c
r28475 r30916 535 535 }; 536 536 537 #ifdef VBOXWDDM 537 538 hr = IWineD3DDeviceParent_CreateSurface(device->device_parent, parent, tmp_w, tmp_w, 538 format, usage, pool, i /* Level */, j, &texture->surfaces[j][i]); 539 format, usage, pool, i /* Level */, j, &texture->surfaces[j][i] 540 , NULL, NULL /* <- no need this info here */ 541 ); 542 #else 543 hr = IWineD3DDeviceParent_CreateSurface(device->device_parent, parent, tmp_w, tmp_w, 544 format, usage, pool, i /* Level */, j, &texture->surfaces[j][i] 545 ); 546 #endif 539 547 if (FAILED(hr)) 540 548 {
Note:
See TracChangeset
for help on using the changeset viewer.