summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2019-02-06 16:22:50 +0100
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2019-02-06 16:36:40 +0100
commitc5aee6e62e1b7c8baccaa903f549ee9d8e13709d (patch)
tree49f535a18708e12dc49e238fffdb0c33b1a40cb6
parent0541d28445170ed2968459beb381df93c0d60c63 (diff)
vkpipeline-db: update specVersion of the layer
-rw-r--r--vkpipeline_db.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vkpipeline_db.cpp b/vkpipeline_db.cpp
index fd32f68..311cca1 100644
--- a/vkpipeline_db.cpp
+++ b/vkpipeline_db.cpp
@@ -137,7 +137,7 @@ vkpipeline_db_EnumerateInstanceLayerProperties(
strcpy(pProperties->layerName, "VK_LAYER_vkpipeline_db");
strcpy(pProperties->description, "vkpipeline-db capture layer");
pProperties->implementationVersion = 1;
- pProperties->specVersion = VK_API_VERSION_1_0;
+ pProperties->specVersion = VK_MAKE_VERSION(1, 0, VK_HEADER_VERSION);
}
return VK_SUCCESS;