commit | f02f9f8606b4b6b1604f7efd62ec5fc5bd6dfef8 | [log] [tgz] |
---|---|---|
author | Cody Northrop <cody@lunarg.com> | Thu Jul 09 18:08:05 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Jul 17 10:05:20 2015 -0600 |
tree | 2304d02f915a9b48a117053fc560bd96c19f2766 | |
parent | 33ce8fdd7df36ae89df2e5c3d95a221f82c8da21 [diff] [blame] |
icd: Support for command pools
diff --git a/loader/loader.c b/loader/loader.c index 20ff816..75701cf 100644 --- a/loader/loader.c +++ b/loader/loader.c
@@ -2331,7 +2331,7 @@ VkResult loader_validate_device_extensions( struct loader_icd *icd, - u_int32_t gpu_index, + uint32_t gpu_index, const VkDeviceCreateInfo *pCreateInfo) { struct loader_extension_property *extension_prop;