VirtualBox

Ignore:
Timestamp:
Jul 5, 2010 6:23:06 PM (14 years ago)
Author:
vboxsync
Message:

wddm/3d: QueryResourceResidency (not needed for now, disabled, not completed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp

    r30626 r30630  
    45554555    AssertBreakpoint();
    45564556    HRESULT hr = S_OK;
     4557#if 0
     4558    for (UINT i = 0; i < pData->NumResources; ++i)
     4559    {
     4560        PVBOXWDDMDISP_RESOURCE pRc = (PVBOXWDDMDISP_RESOURCE)pData->pHandleList[i];
     4561        Assert(pRc->pDevice == pDevice);
     4562        if (pRc->hKMResource)
     4563        {
     4564
     4565        }
     4566    }
     4567#endif
    45574568    vboxVDbgPrintF(("<== "__FUNCTION__", hDevice(0x%p)\n", hDevice));
    45584569    return hr;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette