From 0815e7f3b3543dcb3b1fe9fa932d3f75668d764b Mon Sep 17 00:00:00 2001 From: Peter McNeeley Date: Sat, 21 Dec 2024 22:44:57 -0500 Subject: [PATCH] Test windows build --- samples/config_helper_vulkan.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/config_helper_vulkan.cc b/samples/config_helper_vulkan.cc index 9427e47d..dcc1d38e 100644 --- a/samples/config_helper_vulkan.cc +++ b/samples/config_helper_vulkan.cc @@ -1296,6 +1296,8 @@ void ConfigHelperVulkan::DumpPhysicalDeviceInfo() { uint32_t api_version = props.apiVersion; + // windows test + std::cout << std::endl; std::cout << "Physical device properties:" << std::endl; std::cout << " apiVersion: " << static_cast(api_version >> 22u)