MCPcopy Create free account
hub / github.com/defold/defold / GetHeight

Function GetHeight

engine/dlib/src/dlib/image.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 uint32_t GetHeight(HImage image)
153 {
154 return image->m_Height;
155 }
156
157 const void* GetData(HImage image)
158 {

Callers 1

TESTFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40