Bump version number to v0.29 that I forgot to do earlier!

This commit is contained in:
baldurk
2016-05-08 16:54:42 +02:00
parent 37109981ce
commit cf2bebadac
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -4,8 +4,8 @@
"name": "VK_LAYER_RENDERDOC_Capture",
"type": "GLOBAL",
"library_path": ".\\renderdoc.dll",
"api_version": "1.0.3",
"implementation_version": "28",
"api_version": "1.0.0",
"implementation_version": "29",
"description": "Debugging capture layer for RenderDoc",
"functions": {
"vkGetInstanceProcAddr": "VK_LAYER_RENDERDOC_CaptureGetInstanceProcAddr",
@@ -28,7 +28,7 @@
"ENABLE_VULKAN_RENDERDOC_CAPTURE": "1"
},
"disable_environment": {
"DISABLE_VULKAN_RENDERDOC_CAPTURE_0_28": "1"
"DISABLE_VULKAN_RENDERDOC_CAPTURE_0_29": "1"
}
}
}