Merge pull request #798 from baryluk/patch-2

Add VK_PHYSICAL_DEVICE_TYPE_CPU to string
This commit is contained in:
Sascha Willems 2021-01-11 20:13:19 +01:00 committed by GitHub
commit 3101a523d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,7 @@ namespace vks
STR(INTEGRATED_GPU);
STR(DISCRETE_GPU);
STR(VIRTUAL_GPU);
STR(CPU);
#undef STR
default: return "UNKNOWN_DEVICE_TYPE";
}
@ -385,4 +386,4 @@ namespace vks
}
}
}
}