From 96f19629d4cfbe282af010cee704409a6fb2f59c Mon Sep 17 00:00:00 2001 From: Mukund Keshava Date: Fri, 28 Feb 2025 07:26:42 +0530 Subject: Remove adapter option from slang-test (#6475) Fixes #6390 This commit removes the deprecated -adapter command-line option from slang-test. This change aligns with commit 015bde8d5a46f32979c00dbb1feb4b3d80729c44, which previously removed the adapter option from render-test and implemented the more AdapterLUID mechanism. Co-authored-by: Ellie Hermaszewska Co-authored-by: Yong He --- tools/slang-test/options.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/slang-test/options.h') diff --git a/tools/slang-test/options.h b/tools/slang-test/options.h index a127d1050..3939590f0 100644 --- a/tools/slang-test/options.h +++ b/tools/slang-test/options.h @@ -112,9 +112,6 @@ struct Options Slang::RenderApiFlags synthesizedTestApis = Slang::RenderApiFlag::AllOf & ~(Slang::RenderApiFlag::Vulkan | Slang::RenderApiFlag::CPU); - // The adapter to use. If empty will match first found adapter. - Slang::String adapter; - // If true, print detailed adapter information bool showAdapterInfo = false; -- cgit v1.2.3