From 2970d785e8a4d4e22c3cb11ff3d2608c3535b2f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sat, 5 Nov 2022 14:07:25 +0100 Subject: [PATCH] vscode radeon env launch --- .vscode/launch.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9ba8dc4..f0d49ed 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -53,6 +53,11 @@ "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)", -- 2.47.3