VideoBackends:Metal: Remove unified memory config

Not worth the extra code
This commit is contained in:
TellowKrinkle
2022-07-21 20:07:23 -05:00
parent 5065767abd
commit a41345127f
6 changed files with 21 additions and 165 deletions

View File

@ -16,7 +16,6 @@ namespace Metal
{
struct DeviceFeatures
{
bool unified_memory;
bool subgroup_ops;
};