Skip to content
  • teknos293's avatar
    recording: Append new elements to the end of the bbtree chain · 62b795fe
    teknos293 authored and Chris Wilson's avatar Chris Wilson committed
    I have noticed that some of my objects were lost when drawing them on
    a recording surface and playing them back. Later elements with the same
    extents as a prior one tend to disappear from the chain of headers
    having similar extents. After doing some debugging, I found that they
    are not properly added to the bbtree during playback, and were instead
    clobbering the existing chain.
    62b795fe