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

Function LoadResourcePartial

engine/dlib/src/dlib/sys_web.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 Result LoadResourcePartial(const char* path, uint32_t offset, uint32_t size, void* buffer, uint32_t* nread)
164 {
165 return dmSysPosix::LoadResourcePartial(path, offset, size, buffer, nread);
166 }
167
168 Result Rmdir(const char* path)
169 {

Callers 2

TESTFunction · 0.50
ReadFilePartialFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40