-
Notifications
You must be signed in to change notification settings - Fork 314
Capture: post-built frame layer support #2238
Copy link
Copy link
Closed
Description
Current capturing of #2232 fetches all the internal structures used before building a frame. In some cases, the bugs we are seeing may occur due to accumulation effects in the internal re-used structures, such as TextureCache or GpuCache. It would be helpful to save exactly their state in a capture, and it doesn't seem to difficult.
This serialization would touch way more internal structures, and I suppose needs to go as a separate cargo feature.
Reactions are currently unavailable