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

Function ResourceGetByHashAndExt

engine/resource/src/resource.cpp:1686–1689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1684}
1685
1686ResourceResult ResourceGetByHashAndExt(HResourceFactory factory, dmhash_t path_hash, dmhash_t ext_hash, void** resource)
1687{
1688 return (ResourceResult)dmResource::GetWithExt(factory, path_hash, ext_hash, resource);
1689}
1690
1691ResourceResult ResourceGetRaw(HResourceFactory factory, const char* name, void** resource, uint32_t* resource_size)
1692{

Callers

nothing calls this directly

Calls 1

GetWithExtFunction · 0.85

Tested by

no test coverage detected