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)