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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user