commit | 1f41f54bc20d57faed702aec3074eacdfc34680d | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Jul 09 11:44:38 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Jul 10 09:30:53 2015 -0600 |
tree | 8dc4dd7558c94c0647a2a5ce022cb6545fcbaae9 | |
parent | cdf5e833801adae1a21e79229a1a8022304b72d0 [diff] [blame] |
vulkan: Rename bool32_t to VkBool32 Target was v129 of the header
diff --git a/tests/test_environment.cpp b/tests/test_environment.cpp index ff0d33c..78bb249 100644 --- a/tests/test_environment.cpp +++ b/tests/test_environment.cpp
@@ -69,7 +69,7 @@ instance_extension_names.push_back(VK_WSI_LUNARG_EXTENSION_NAME); - bool32_t extFound; + VkBool32 extFound; instance_extensions = vk_testing::GetGlobalExtensions();