| 876 | } |
| 877 | |
| 878 | bool Image::LoadFromStream(Stream& stream, const ImageParams& params) |
| 879 | { |
| 880 | return ImageLoader::LoadFromStream(this, stream, params); |
| 881 | } |
| 882 | |
| 883 | // LoadArray |
| 884 | bool Image::LoadArrayFromFile(const String& filePath, const ImageParams& imageParams, const Vector2ui& atlasSize) |
no outgoing calls
no test coverage detected