mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-24 00:11:35 +00:00
* AMD reports image required sizes with some variation even for the same creation parameters. This can mean the same image is reported with less required size during capture compared to replay, meaning memory binds won't work. * To get around this, we pad up the requirements to alignment * 4 and fudge to try and encompass any possible variation.