]> O.S.I.I.S - jp/vke.net.git/commitdiff
vscode radeon env launch
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 5 Nov 2022 13:07:25 +0000 (14:07 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 6 Nov 2022 16:39:15 +0000 (17:39 +0100)
.vscode/launch.json

index 9ba8dc4a3f01f966a5498c1e0f33919968b703e0..f0d49edb6b9e979dec3d37729dab299efb2063f2 100644 (file)
                        "cwd": "${workspaceFolder}/build/Debug/netcoreapp3.1/",
                        "stopAtEntry": false,
                        "console": "internalConsole",
+                       "env": {
+                               "VK_ICD_FILENAMES": "/opt/share/vulkan/icd.d/radeon_icd.x86_64.json",
+                               "RADV_PERFTEST": "rt,ext_ms",
+                               "LD_LIBARY_PATH": "/opt/lib/x86_64-linux-gnu/"
+                       }
                },
                {
                        "name": ".NET Core Launch (Compute)",