aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-09-17 11:21:14 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-09-17 15:39:55 -0600
commitc173500dc4f8cf6989cfae9e20656208d54a9ef9 (patch)
tree0d08700ff9edc3fda1f75017b8380a92f96ed4fe
parent418f815c2b32675c1c3f4cefaa05875b111cb05f (diff)
downloadusermoji-c173500dc4f8cf6989cfae9e20656208d54a9ef9.tar.xz
bug 14537: nulldrv: add CreateFlags to ImageFormatProperties
-rw-r--r--icd/nulldrv/nulldrv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c
index 9f0ed0d5..9cdf961a 100644
--- a/icd/nulldrv/nulldrv.c
+++ b/icd/nulldrv/nulldrv.c
@@ -2420,6 +2420,7 @@ ICD_EXPORT VkResult VKAPI vkGetPhysicalDeviceImageFormatProperties(
VkImageType type,
VkImageTiling tiling,
VkImageUsageFlags usage,
+ VkImageCreateFlags flags,
VkImageFormatProperties* pImageFormatProperties)
{
return VK_ERROR_INITIALIZATION_FAILED;