| 37 | } |
| 38 | |
| 39 | static bool IsValidationLayer(const std::string& key) { return key == "VK_LAYER_KHRONOS_validation"; } |
| 40 | |
| 41 | static bool IsProfilesLayer(const std::string& key) { return key == "VK_LAYER_KHRONOS_profiles"; } |
| 42 |
no outgoing calls
no test coverage detected