| 433 | } |
| 434 | |
| 435 | Texture2D* TextureCache::addImage(std::string_view path) |
| 436 | { |
| 437 | return addImage(path, Texture2D::getDefaultAlphaPixelFormat()); |
| 438 | } |
| 439 | |
| 440 | Texture2D* TextureCache::addImage(std::string_view path, PixelFormat format) |
| 441 | { |
no test coverage detected