Add VK_PHYSICAL_DEVICE_TYPE_CPU to string
This commit is contained in:
parent
846413cc4b
commit
be24a9c583
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue