ValveSoftware / Fossilize

A serialization format for various persistent Vulkan object types.
MIT License
584 stars 47 forks source link

Implement record/replay support for YcbcrConversion objects. #179

Closed HansKristian-Work closed 2 years ago

HansKristian-Work commented 2 years ago

Inline the inline create info rather than introducing a ton of new objects which will require a lot of new entry points, object types, and just a ton of churn in general. The conversion object is kinda meaningless on its own, so just create it on-demand in the replayer device.