mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-18 11:45:55 +00:00
* Since the exported C functions just take an explicit 'this' parameter and call the corresponding function, we can just make it contractual via a virtual interface that the pointer can be dereferenced.