Files
Jeremy Moore c4292d0734 Make RenderDocPlugin always load.
Now we need to use -AttachRenderDoc on command line to use the plugin.
This unifies behaviour with the PIX plugin.
Also added a plugin setting to auto attach without the command line for people who want to have RenderDoc always on.
#preflight 637fc7eafa348e84809cdde1

[CL 23262242 by Jeremy Moore in ue5-main branch]
2022-11-24 15:18:58 -05:00

25 lines
568 B
Plaintext

{
"FileVersion" : 1,
"FriendlyName" : "RenderDoc Plugin",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Fredrik Lindh (Temaran)",
"CreatedByURL" : "https://github.com/Temaran/UE4RenderDocPlugin",
"DocsURL" : "https://renderdoc.org/docs/index.html",
"Description" : "RenderDoc graphics debugger/profiler integration.",
"Category" : "Rendering",
"EnabledByDefault" : true,
"Modules" :
[
{
"Name": "RenderDocPlugin",
"Type": "DeveloperTool",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64",
"Linux"
]
}
]
}