kraken_convert now takes an '-o' argument to specify the output bundle. Created cmake scripts to use kraken_convert to bundle standard assets. HRTF Kemar data is now bundled by cmake scripts. Added README.md for HRTF Kemar data

This commit is contained in:
2019-11-30 17:57:45 -08:00
parent 8abe05d950
commit 20121e7eaa
379 changed files with 509 additions and 29 deletions

View File

@@ -31,8 +31,7 @@ KrResult KrLoadResource(const KrLoadResourceInfo* pLoadResourceInfo)
if (!sContext) {
return KR_ERROR_NOT_INITIALIZED;
}
sContext->loadResource(pLoadResourceInfo);
return KR_SUCCESS;
return sContext->loadResource(pLoadResourceInfo);
}
KrResult KrUnloadResource(const KrUnloadResourceInfo* pUnloadResourceInfo)