Linux native window (#3975)

Initial implementation of Native Window for Linux

Signed-off-by: Steve Pham <spham@amazon.com>
This commit is contained in:
Steve Pham
2021-09-09 10:49:39 -07:00
committed by GitHub
parent 52460189aa
commit 6cb2222da8
13 changed files with 502 additions and 126 deletions
@@ -57,6 +57,7 @@ namespace AzFramework
uint32_t NativeWindowImpl_Android::GetDisplayRefreshRate() const
{
// [GFX TODO][GHI - 2678]
// Using 60 for now until proper support is added
return 60;
}