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