Changeset 43607 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.cpp
- Timestamp:
- Oct 11, 2012 7:09:51 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 81313
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.cpp
r43360 r43607 483 483 { 484 484 hr = pDevice->pAdapter->D3D.D3D.pfnVBoxWineExD3DDev9CreateCubeTexture((IDirect3DDevice9Ex *)pDevice9If, 485 pAllocation-> D3DWidth,485 pAllocation->SurfDesc.d3dWidth, 486 486 VBOXDISP_CUBEMAP_LEVELS_COUNT(pRc), 487 487 vboxDDI2D3DUsage(pRc->RcDesc.fFlags), … … 503 503 { 504 504 hr = pDevice->pAdapter->D3D.D3D.pfnVBoxWineExD3DDev9CreateVolumeTexture((IDirect3DDevice9Ex *)pDevice9If, 505 pAllocation-> D3DWidth,505 pAllocation->SurfDesc.d3dWidth, 506 506 pAllocation->SurfDesc.height, 507 507 pAllocation->SurfDesc.depth, … … 524 524 { 525 525 hr = pDevice->pAdapter->D3D.D3D.pfnVBoxWineExD3DDev9CreateTexture((IDirect3DDevice9Ex *)pDevice9If, 526 pAllocation-> D3DWidth,526 pAllocation->SurfDesc.d3dWidth, 527 527 pAllocation->SurfDesc.height, 528 528 pRc->cAllocations,
Note:
See TracChangeset
for help on using the changeset viewer.