79319776

Date: 2024-12-31 11:03:48
Score: 2
Natty:
Report link

The typical workflow would be to launch your application through the RenderDoc UI, check if the module (dll/so) is loaded, and use the in-application API if it is available, but this is not strictly necessary. You should be able to just preload the relevant module, verify it is open in your app in the same way, and use the API that way without going through the UI.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: TJR