mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-13 02:56:59 +00:00
d452230782
* This allows more flexible construction of what params/resources need to be saved with initial contents data, as well as allowing better type safety where possible by using driver-specific types for the stored data. * Especially it tidies up the ugly 'all data that tags along must be a written into a single allocated byte pointer'. * The initial content struct is responsible for destroying itself and freeing any data.