Add deep color arg to ApplicationRun

This commit is contained in:
Jack Andersen
2018-01-15 20:29:43 -10:00
parent 41cfb56c36
commit 3d987b6dc9
11 changed files with 67 additions and 26 deletions

View File

@@ -30,6 +30,7 @@ struct MetalContext
std::unordered_map<IWindow*, Window> m_windows;
uint32_t m_sampleCount = 1;
uint32_t m_anisotropy = 1;
MTLPixelFormat m_pixelFormat = MTLPixelFormatBGRA8Unorm;
};
}