commit | f6ca21c6a7eef2c95e4041c3a0e382747f91a070 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtneygo@google.com> | Sat Feb 06 17:22:25 2016 -0700 |
committer | Jon Ashburn <jon@lunarg.com> | Thu Feb 18 14:47:34 2016 -0700 |
tree | dd22ec07d3f9089b7fc34eac3a80cf6a65ebfef6 | |
parent | 6dd0fc3958e8531fe9bae6d8bc84b137fcdd5312 [diff] [blame] |
layers: MR221: Fix implementationVersion
diff --git a/layers/image.cpp b/layers/image.cpp index 19c91ca..60b8569 100644 --- a/layers/image.cpp +++ b/layers/image.cpp
@@ -262,7 +262,7 @@ { "VK_LAYER_LUNARG_image", VK_API_VERSION, - VK_MAKE_VERSION(0, 1, 0), + 1, "Validation layer: image", } };