Changeset 30916 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/volume.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/volume.c
r28475 r30916 408 408 409 409 hr = resource_init((IWineD3DResource *)volume, WINED3DRTYPE_VOLUME, device, 410 width * height * depth * format_desc->byte_count, usage, format_desc, pool, parent, parent_ops); 410 width * height * depth * format_desc->byte_count, usage, format_desc, pool, parent, parent_ops 411 #ifdef VBOXWDDM 412 , NULL, NULL 413 #endif 414 ); 411 415 if (FAILED(hr)) 412 416 {
Note:
See TracChangeset
for help on using the changeset viewer.