Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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" ]
}
]
}