Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Giessen <charles@lunarg.com>2021-12-02 00:19:54 +0300
committerMike Schuchardt <mikes@lunarg.com>2022-01-25 21:54:13 +0300
commitf40a302af2e100cc3d118180d73c796b701e3833 (patch)
treefa38a5ca85f107168c11bacb0fd98c4a4e693658
parent522e2b6ba16469a9700e94e15a9e79547c88cf95 (diff)
TestICD return features, props, & mempropsv1.3.204
Make the TestICD return the features, properties, & memory properties of a physical device.
-rw-r--r--tests/loader_regression_tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/loader_regression_tests.cpp b/tests/loader_regression_tests.cpp
index 0c912668b..e02e8174f 100644
--- a/tests/loader_regression_tests.cpp
+++ b/tests/loader_regression_tests.cpp
@@ -924,6 +924,7 @@ TEST(ExtensionManual, ToolingProperties) {
FrameworkEnvironment env{};
env.add_icd(TestICDDetails(TEST_ICD_PATH_VERSION_6));
env.get_test_icd().physical_devices.push_back({});
+ env.get_test_icd().physical_devices.back().properties.apiVersion = VK_MAKE_API_VERSION(0, 1, 3, 0);
env.get_test_icd().supports_tooling_info_core = true;
env.get_test_icd().tooling_properties.push_back(icd_tool_props);