VideoBackends:Metal: Add config option to use presentDrawable

This commit is contained in:
TellowKrinkle
2022-07-30 01:32:55 -05:00
parent 5a1b90c7f3
commit a13f09433c
5 changed files with 14 additions and 2 deletions

View File

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