From 9c233bbc750490287f062761e52f5cd768c99887 Mon Sep 17 00:00:00 2001 From: Dave Houlton Date: Wed, 29 Mar 2017 11:43:58 -0600 Subject: layers: Rename format utils, strip Vk Change-Id: I4d192db22c51d2e9224b74487bfd5d6a58405028 --- layers/descriptor_sets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/descriptor_sets.cpp') diff --git a/layers/descriptor_sets.cpp b/layers/descriptor_sets.cpp index fbaa2dc0..84663c4b 100644 --- a/layers/descriptor_sets.cpp +++ b/layers/descriptor_sets.cpp @@ -785,7 +785,7 @@ bool cvdescriptorset::ValidateImageUpdate(VkImageView image_view, VkImageLayout } // TODO : The various image aspect and format checks here are based on general spec language in 11.5 Image Views section under // vkCreateImageView(). What's the best way to create unique id for these cases? - bool ds = VkFormatIsDepthOrStencil(format); + bool ds = FormatIsDepthOrStencil(format); switch (image_layout) { case VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL: // Only Color bit must be set -- cgit v1.2.3