mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-13 10:11:02 +00:00
* 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.