MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / ImageData

Class ImageData

Plugins/NativeEngine/Source/NativeEngine.h:242–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 };
241
242 struct ImageData final
243 {
244 ~ImageData()
245 {
246 if (Image)
247 {
248 bimg::imageFree(Image.get());
249 }
250 }
251 std::unique_ptr<bimg::ImageContainer> Image;
252 };
253
254 struct ProgramData final
255 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected