VideoBackends:Metal: Default to presentDrawable when vsync is on

This commit is contained in:
TellowKrinkle
2022-10-24 17:40:32 -05:00
parent b66793194e
commit fa8134deda
5 changed files with 8 additions and 6 deletions

View File

@ -158,7 +158,7 @@ struct VideoConfig final
// Metal only config
TriState iManuallyUploadBuffers = TriState::Auto;
bool bUsePresentDrawable = false;
TriState iUsePresentDrawable = TriState::Auto;
// Enable API validation layers, currently only supported with Vulkan.
bool bEnableValidationLayer = false;