This commit is contained in:
Бранимир Караџић
2021-09-09 09:50:17 -07:00
parent bbc2b76948
commit 9ecd462538
4 changed files with 12 additions and 12 deletions

View File

@@ -788,7 +788,7 @@ namespace bgfx
#endif // BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT
}
bool Dxgi::tearingSupported()
bool Dxgi::tearingSupported() const
{
return m_tearingSupported;
}