MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / execute

Method execute

Engine/source/gfx/bitmap/imageUtils.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80 protected:
81 virtual void execute()
82 {
83 rawCompress(pSrc,pDst, width, height, format,quality);
84 }
85 };
86
87

Callers

nothing calls this directly

Calls 1

rawCompressFunction · 0.85

Tested by

no test coverage detected