mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Added some more features to the frame debugger and updated DirectX9 renderer.
git-svn-id: http://svn.purei.org/purei/trunk@1127 b36208d7-6611-0410-8bec-b1987f11c4a2
This commit is contained in:
parent
ad61cb7843
commit
e64b167eb8
14 changed files with 777 additions and 442 deletions
|
@ -34,6 +34,11 @@ void CMailBox::WaitForCall(unsigned int timeOut)
|
|||
m_waitCondition.wait_for(waitLock, std::chrono::milliseconds(timeOut));
|
||||
}
|
||||
|
||||
void CMailBox::FlushCalls()
|
||||
{
|
||||
SendCall([] () { }, true);
|
||||
}
|
||||
|
||||
void CMailBox::SendCall(const FunctionType& function, bool waitForCompletion)
|
||||
{
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue