aboutsummaryrefslogtreecommitdiff
path: root/layers/descriptor_sets.cpp
diff options
context:
space:
mode:
authorDave Houlton <daveh@lunarg.com>2017-03-29 11:43:58 -0600
committerDave Houlton <daveh@lunarg.com>2017-03-29 15:07:42 -0600
commit9c233bbc750490287f062761e52f5cd768c99887 (patch)
tree5df7b36992650588617ce630a53dff37ceadc76b /layers/descriptor_sets.cpp
parentbcdb4397452b229c5148b27010ecf6439d2f20b3 (diff)
downloadusermoji-9c233bbc750490287f062761e52f5cd768c99887.tar.xz
layers: Rename format utils, strip Vk
Change-Id: I4d192db22c51d2e9224b74487bfd5d6a58405028
Diffstat (limited to 'layers/descriptor_sets.cpp')
-rw-r--r--layers/descriptor_sets.cpp2
1 files changed, 1 insertions, 1 deletions
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