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/icd/intel/fence.c b/icd/intel/fence.c index 35ef65d..f121532 100644 --- a/icd/intel/fence.c +++ b/icd/intel/fence.c
@@ -140,7 +140,7 @@ VkDevice device, uint32_t fenceCount, const VkFence* pFences, - bool32_t waitAll, + VkBool32 waitAll, uint64_t timeout) { VkResult ret = VK_SUCCESS;