Files
renderdoc/renderdoc/os
baldurk 3e5d912767 Ensure injected DLL doesn't run out of stack space
* GL hooks registration was using an obscene amount of stack because MSVC
  doesn't share stack for mutually exclusive locals (all the temporary
  FunctionHooks) so an executable that reduces the default thread stack size
  enough would fail to start.
* We also explicitly allocate 1MB of stack for injecting our DLL in future to
  avoid this issue.
2022-04-08 17:45:24 +01:00
..