Adds runtime RenderDoc support to Minecraft without using a Process ID
- Mod: https://maven.latvian.dev/#/releases/dev/latvian/mods/renderdoc-support
- RenderDoc: https://renderdoc.org/
- Drop the mod in
mods
folder - If you are on Windows with default RenderDoc installation path (
C:\Program Files\RenderDoc
) then that's it - If you are on Linux or your RenderDoc path on Windows isn't the default path, you need to set the
-Djna.library.path
VM argument to RenderDoc library path
- Open RenderDoc
- Click
File
->Attach to Running Instance
- Select
localhost
->java
from the list - Capture either with
F12
in-game orCapture Frame
button in the app