| 101 | } |
| 102 | |
| 103 | static void genWarning(const std::string& errMsg, const std::filesystem::path& path) |
| 104 | { |
| 105 | logWarning("Error when loading image file from '{}': {}", path, errMsg); |
| 106 | } |
| 107 | |
| 108 | static bool isConvertibleToRGBA32Float(ResourceFormat format) |
| 109 | { |
no test coverage detected