mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
dd3f3aa91b
* We don't create any objects with the ID that the original name was applied to, we create a buffer for each baked version of that handle. * So on replay we need to apply the name down from the original object, and this also means temporarily storing the name in the original ID instead of as a live ID (since there is no live ID for the original command buffer object).