aboutsummaryrefslogtreecommitdiff
path: root/layers/image.cpp
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtneygo@google.com>2016-02-06 17:22:25 -0700
committerJon Ashburn <jon@lunarg.com>2016-02-18 14:47:34 -0700
commit81e27dfcdffb73c2cd03913600a1a497b59174b0 (patch)
treeabfbb5d696cb07faeafd3214ec6a52b5edb662b6 /layers/image.cpp
parent4d52f4d4c8aa4ed9b2bf398bce1d9702fc677cb9 (diff)
downloadusermoji-81e27dfcdffb73c2cd03913600a1a497b59174b0.tar.xz
layers: MR221: Fix implementationVersion
Diffstat (limited to 'layers/image.cpp')
-rw-r--r--layers/image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/image.cpp b/layers/image.cpp
index 19c91ca6..60b85698 100644
--- a/layers/image.cpp
+++ b/layers/image.cpp
@@ -262,7 +262,7 @@ static const VkLayerProperties pc_global_layers[] = {
{
"VK_LAYER_LUNARG_image",
VK_API_VERSION,
- VK_MAKE_VERSION(0, 1, 0),
+ 1,
"Validation layer: image",
}
};