Release 1.0.0
1.0.0 release! 🥳
- (GPU Baker) : General memory improvements. Optionally perform a pre-pass to find optimal memory bounds, or explicitly limit the memory usage via maxOmmArrayDataSize.
- (GPU Baker) : Enable embedded SPIRV shaders also on Linux.
- (CPU Baker) : Adding support for UNORM8 texture format, to speed up the baking operation.
- (CPU Baker) : Conservative baking using multiple texture slices. This allows conservative OMM generation for MIP-mapped textures.
- (General) : C-compatible interface for maximal combability.