mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
aab34d8fd0
* During capture if there was no unpack buffer we made sure that any unpack state was applied during serialisation (as this makes sure that we have a small set of data to serialise and don't have to serialise loads of padding because of SKIP_ROWS or a large ROW_LENGTH) * The flipside though is that it means on replay the pixel unpack state might be set still with some configuration that we've already applied. So instead we reset it back to identity before replaying any SubImage call.