X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2Fd3d9%2Ftri.cpp;fp=apps%2Fd3d9%2Ftri.cpp;h=6cf6284a22d6d551f6270556b315e0beb5c1c144;hp=8c3fda7baa76e6ae7151837a85903a24ba7afc19;hb=0ba9c4e22bc917a666b8762b734884e72c142ccf;hpb=700b1cef4ba8cc818d9b9080f368f64c392513ec diff --git a/apps/d3d9/tri.cpp b/apps/d3d9/tri.cpp index 8c3fda7..6cf6284 100644 --- a/apps/d3d9/tri.cpp +++ b/apps/d3d9/tri.cpp @@ -108,7 +108,7 @@ main(int argc, char *argv[]) g_PresentationParameters.BackBufferHeight = WindowHeight; } g_PresentationParameters.BackBufferCount = 1; - g_PresentationParameters.SwapEffect = D3DSWAPEFFECT_FLIP; + g_PresentationParameters.SwapEffect = D3DSWAPEFFECT_DISCARD; if (!Windowed) { g_PresentationParameters.BackBufferFormat = D3DFMT_X8R8G8B8; } else {