Use fullscreen desktop for vulkan

This commit is contained in:
Benau
2022-08-28 10:55:06 +08:00
parent e6f8dcfdb0
commit bba636263e
5 changed files with 79 additions and 19 deletions

View File

@@ -358,6 +358,7 @@ namespace GE
{ return m_separate_rtt_texture; }
void handleDeletedTextures();
void addRTTPolyCount(unsigned count) { m_rtt_polycount += count; }
SDL_Window* getWindow() const { return m_window; }
private:
struct SwapChainSupportDetails
{