Changeset 32185 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Sep 1, 2010 4:45:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp
r32184 r32185 4112 4112 Assert(pDataRt); 4113 4113 Assert(pAlloc->enmD3DIfType == VBOXDISP_D3DIFTYPE_SURFACE); 4114 // do we actually need to do flush here ? 4115 // hr = pDevice->pAdapter->D3D.pfnVBoxWineExD3DDev9Flush((IDirect3DDevice9Ex*)pPrimaryScreen->pDevice9If); 4116 // Assert(hr == S_OK); 4117 // if (hr == S_OK) 4114 hr = pDevice->pAdapter->D3D.pfnVBoxWineExD3DDev9Flush((IDirect3DDevice9Ex*)pPrimaryScreen->pDevice9If); 4115 Assert(hr == S_OK); 4116 if (hr == S_OK) 4118 4117 { 4119 4118 hr = pScreen->pDevice9If->GetRenderTarget(0, &pSecondaryRt);
Note:
See TracChangeset
for help on using the changeset viewer.