Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
rawCompress
Function · 0.85
Tested by
no test coverage detected