Searched defs:last_present_count (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dswapchain.c253 UINT *last_present_count)
255 FIXME("iface %p, last_present_count %p, stub!\n", iface, last_present_count);
257 if (last_present_count)
258 *last_present_count = 0;
252 d3d9_swapchain_GetLastPresentCount(IDirect3DSwapChain9Ex *iface, UINT *last_present_count) argument

Completed in 33 milliseconds