Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetData
Function
GetData
engine/dlib/src/dlib/image.cpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
const void* GetData(HImage image)
158
{
159
return image->m_Buffer;
160
}
161
162
static bool IsAstc(const void* mem, uint32_t memsize)
163
{
Callers
1
TEST
Function · 0.50
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.40