From 015bde8d5a46f32979c00dbb1feb4b3d80729c44 Mon Sep 17 00:00:00 2001 From: skallweitNV <64953474+skallweitNV@users.noreply.github.com> Date: Fri, 4 Nov 2022 17:34:53 +0100 Subject: Add AdapterLUID to identify GPU adapters (#2492) * Add AdapterLUID to identify GPU adapters * Remove adapter option in render-test --- tools/render-test/options.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/render-test/options.h') diff --git a/tools/render-test/options.h b/tools/render-test/options.h index f41614360..22b14c862 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -65,8 +65,6 @@ struct Options Slang::List renderFeatures; /// Required render features for this test to run - Slang::String adapter; ///< The adapter to use either name or index - uint32_t computeDispatchSize[3] = { 1, 1, 1 }; Slang::String nvapiExtnSlot; ///< The nvapiRegister to use. -- cgit v1.2.3