Merge pull request #11095 from K0bin/misc-vulkan

Remove special treatment for Android in video settings
This commit is contained in:
Admiral H. Curtiss
2022-10-08 22:24:30 +02:00
committed by GitHub
4 changed files with 3 additions and 14 deletions

View File

@ -152,11 +152,7 @@ struct VideoConfig final
bool bEnableValidationLayer = false;
// Multithreaded submission, currently only supported with Vulkan.
#if defined(ANDROID)
bool bBackendMultithreading = false;
#else
bool bBackendMultithreading = true;
#endif
// Early command buffer execution interval in number of draws.
// Currently only supported with Vulkan.