X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=common%2Ftrace_parser_flags.cpp;fp=common%2Ftrace_parser_flags.cpp;h=bad9f5ec41afa16055697b11ffb577917b560287;hb=c63f0d37aa060b595d0040c53522e48e6b444a83;hp=43b63919ad6e543b25d8a1385f2468006ee2d6a4;hpb=54300ebabd931085b2ef12edfef2e8ddd8c709dc;p=apitrace diff --git a/common/trace_parser_flags.cpp b/common/trace_parser_flags.cpp index 43b6391..bad9f5e 100644 --- a/common/trace_parser_flags.cpp +++ b/common/trace_parser_flags.cpp @@ -112,6 +112,7 @@ callFlagTable[] = { { "IDirect3DDevice9Ex::GetDeviceCaps", CALL_FLAG_NO_SIDE_EFFECTS | CALL_FLAG_VERBOSE }, { "IDirect3DDevice9Ex::GetRenderTargetData", CALL_FLAG_END_FRAME }, { "IDirect3DDevice9Ex::Present", CALL_FLAG_SWAPBUFFERS }, + { "IDirect3DDevice9Ex::PresentEx", CALL_FLAG_SWAPBUFFERS }, { "IDirect3DDevice9Ex::SetRenderTarget", CALL_FLAG_SWAP_RENDERTARGET }, { "IDirect3DSwapChain9::Present", CALL_FLAG_SWAPBUFFERS }, { "IDirect3DSwapChain9Ex::Present", CALL_FLAG_SWAPBUFFERS },