-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding strongly typed handles * (Re)adding option to configure workload size * Adding serialization support for inputs & bake output - useful for sharing bake results * Bunch of smaller fixes and cleanup // Serialization ommResult **ommCpuSerialize**(ommBaker baker, const ommCpuDeserializedDesc& desc, ommCpuSerializedResult* outResult); ommResult **ommCpuGetSerializedResultDesc**(ommCpuSerializedResult result, const ommCpuBlobDesc** desc); ommResult **ommCpuDestroySerializedResult**(ommCpuSerializedResult result); // Deserialization ommResult **ommCpuDeserialize**(ommBaker baker, const ommCpuBlobDesc& desc, ommCpuDeserializedResult* outResult); ommResult **ommCpuGetDeserializedDesc**(ommCpuDeserializedResult result, const ommCpuDeserializedDesc** desc); ommResult **ommCpuDestroyDeserializedResult**(ommCpuDeserializedResult result); // Some utility ommResult ommDebugSaveBinaryToDisk(ommBaker baker, const ommCpuBlobDesc& data, const char* path);
- Loading branch information
1 parent
01fdb76
commit 2f42f5a
Showing
35 changed files
with
1,637 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.