vk: Enable primitive restart workaround for polaris and vega on linux as well

- Looks like it might be a hardware erratum
This commit is contained in:
kd-11 2017-10-20 14:40:18 +03:00
parent 34a6085cc0
commit 8f324dfc0a

View file

@ -259,7 +259,6 @@ namespace vk
{
g_current_renderer = device;
#ifdef _WIN32
const std::array<std::string, 8> black_listed =
{
// Black list all polaris unless its proven they dont have a problem with primitive restart
@ -282,7 +281,6 @@ namespace vk
break;
}
}
#endif
}
bool emulate_primitive_restart()