Merge pull request #798 from baryluk/patch-2
Add VK_PHYSICAL_DEVICE_TYPE_CPU to string
This commit is contained in:
commit
3101a523d6
1 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue