Merge remote-tracking branch 'SRSaunders/dx12-alt-enter-fix'

This commit is contained in:
Robert Beckebans 2023-05-22 18:36:26 +02:00
commit 5cbca047e7

View file

@ -47,7 +47,7 @@ struct DeviceCreationParameters
{
bool startMaximized = false;
bool startFullscreen = false;
bool allowModeSwitch = true;
bool allowModeSwitch = false;
int windowPosX = -1; // -1 means use default placement
int windowPosY = -1;
uint32_t backBufferWidth = 1280;