aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Elliott <ianelliott@google.com>2015-12-11 13:31:36 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-29 14:41:40 -0700
commitde54cb5e6d93225d5267745c643c099b6cb786a4 (patch)
tree1172e16e025ea5c1ec8a3559cbce6d62bef737e9
parentb71db7a6b9977569ce3c35fd2cf1d779b55e4138 (diff)
downloadusermoji-de54cb5e6d93225d5267745c643c099b6cb786a4.tar.xz
nulldrv: Version 217 WSI changes.
-rw-r--r--icd/nulldrv/nulldrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c
index 8faa8189..e959038c 100644
--- a/icd/nulldrv/nulldrv.c
+++ b/icd/nulldrv/nulldrv.c
@@ -45,7 +45,7 @@
static const VkExtensionProperties nulldrv_instance_extensions[NULLDRV_EXT_COUNT] = {
{
.extensionName = VK_KHR_SURFACE_EXTENSION_NAME,
- .specVersion = VK_KHR_SURFACE_REVISION,
+ .specVersion = VK_KHR_SURFACE_SPEC_VERSION,
}
};