- apply vk_hdr immediately and delay initial swapchain creation until first image needs to be acquired

This commit is contained in:
Magnus Norddahl 2019-04-11 04:26:43 +02:00
commit 095ea3ce76
4 changed files with 13 additions and 28 deletions

View file

@ -92,7 +92,7 @@ public:
TArray<uint8_t> GetScreenshotBuffer(int &pitch, ESSType &color_type, float &gamma) override;
void SetVSync(bool vsync);
void SetVSync(bool vsync) override;
void Draw2D() override;