add general async swap
This commit is contained in:
@@ -146,7 +146,7 @@ bool async_lock_try()
|
||||
return true;
|
||||
}
|
||||
|
||||
void async_swap()
|
||||
void win32_async_swap()
|
||||
{
|
||||
SwapBuffers(hDC);
|
||||
//LOG("swap");
|
||||
|
||||
Reference in New Issue
Block a user