mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-27 09:51:40 +00:00
* We call LazyInit() in the first swapchain create, and on replay log initialisation. This is guaranteed to be before we use it (on replay it will always be hit, and in program if there's no swapchain, we won't use the debug manager for text rendering). It's also late enough that it won't be triggered for every device while enumerating or such.