| 402 | } |
| 403 | |
| 404 | inline QString formatQString(const VkFormat format) |
| 405 | { |
| 406 | return QString::fromStdString(formatString(format)); |
| 407 | } |
| 408 | |
| 409 | inline QString imageLayoutString(const VkImageLayout imageLayout) |
| 410 | { |
nothing calls this directly
no test coverage detected