add general async swap

This commit is contained in:
2019-07-10 23:33:46 +02:00
parent f5d885a3f4
commit 80b9a4d281
3 changed files with 22 additions and 8 deletions

View File

@@ -146,7 +146,7 @@ bool async_lock_try()
return true;
}
void async_swap()
void win32_async_swap()
{
SwapBuffers(hDC);
//LOG("swap");