| 1004 | } |
| 1005 | |
| 1006 | ResourceDescriptor* FindByHash(HFactory factory, uint64_t canonical_path_hash) |
| 1007 | { |
| 1008 | return factory->m_Resources->Get(canonical_path_hash); |
| 1009 | } |
| 1010 | |
| 1011 | Result GetWithExt(HFactory factory, dmhash_t path_hash, dmhash_t ext_hash, void** resource) |
| 1012 | { |