MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / LoadFromStream

Method LoadFromStream

src/Nazara/Utility/Image.cpp:878–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers 3

LoadArrayFromStreamMethod · 0.45
LoadCubemapFromStreamMethod · 0.45
LoadFaceFromStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected