Files
UnrealEngineUWP/Engine/Plugins/Developer/PixWinPlugin/PixWinPlugin.uplugin
christopher waters bba24e9b7a Renaming PixWinPlugin to "PIX on Windows" since "PIX for Windows" was the name of the D3D9 PIX.
[CL 32561231 by christopher waters in ue5-main branch]
2024-03-27 18:22:17 -04:00

23 lines
556 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "PIX on Windows GPU Capture Plugin",
"Description": "PIX on Windows graphics debugger integration.",
"Category": "Rendering",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"EnabledByDefault": true,
"SupportedTargetPlatforms": [ "Win64" ],
"Modules": [
{
"Name": "PixWinPlugin",
"Type": "DeveloperTool",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [ "Win64" ],
"TargetDenyList": [ "Server" ]
}
]
}