VirtualBox

Changeset 81977 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Nov 19, 2019 7:39:54 AM (5 years ago)
Author:
vboxsync
Message:

WDDM: direct3d test application: fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/test/d3d9render.cpp

    r79838 r81977  
    11351135
    11361136        drawTexture(pDevice2, mpTexShared, 50, 50, 200, 200);
     1137        HTEST(pDevice2->Present(0, 0, 0, 0));
    11371138    }
    11381139    else
    11391140    {
    11401141        drawTexture(pDevice, mpRT, 50, 50, 200, 200);
     1142        HTEST(pDevice->Present(0, 0, 0, 0));
    11411143    }
    1142 
    1143     HTEST(pDevice->Present(0, 0, 0, 0));
    11441144
    11451145    return S_OK;
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