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

Function LoadResource

engine/dlib/src/dlib/sys_web.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 Result LoadResource(const char* path, void* buffer, uint32_t buffer_size, uint32_t* resource_size)
159 {
160 return dmSysPosix::LoadResource(path, buffer, buffer_size, resource_size);
161 }
162
163 Result LoadResourcePartial(const char* path, uint32_t offset, uint32_t size, void* buffer, uint32_t* nread)
164 {

Callers 3

LoadFromFileInternalFunction · 0.70
TESTFunction · 0.50
LoadAndSetSslKeysFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40