diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-10 13:44:12 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-11 09:20:01 -0600 |
| commit | fefebcd74d1165d202a326887b93700b6d883f8a (patch) | |
| tree | f8d72abbde35b9cd8d92de7821efc9586b39f664 /loader/loader.h | |
| parent | eb1f6d4287dfd4907a29c1b4eab2b0ad15376c37 (diff) | |
| download | usermoji-fefebcd74d1165d202a326887b93700b6d883f8a.tar.xz | |
bug 14537: Improve VkImageFormatProperties
Diffstat (limited to 'loader/loader.h')
| -rw-r--r-- | loader/loader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/loader.h b/loader/loader.h index 67fa20ed..19711d9e 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -287,12 +287,12 @@ VkResult VKAPI loader_GetPhysicalDeviceFormatProperties( VkFormat format, VkFormatProperties* pFormatInfo); -VkResult VKAPI loader_GetPhysicalDeviceImageFormatProperties( - VkPhysicalDevice physicalDevice, +VkResult VKAPI loader_GetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, + VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties); VkResult VKAPI loader_GetPhysicalDeviceSparseImageFormatProperties( |
