Add VK_PHYSICAL_DEVICE_TYPE_CPU to string

This commit is contained in:
Witold Baryluk 2021-01-07 19:54:33 +00:00 committed by GitHub
parent 846413cc4b
commit be24a9c583
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(INTEGRATED_GPU);
STR(DISCRETE_GPU); STR(DISCRETE_GPU);
STR(VIRTUAL_GPU); STR(VIRTUAL_GPU);
STR(CPU);
#undef STR #undef STR
default: return "UNKNOWN_DEVICE_TYPE"; default: return "UNKNOWN_DEVICE_TYPE";
} }