Bump version information to v0.32

This commit is contained in:
baldurk
2016-09-13 19:24:27 +02:00
parent 8213a992c9
commit 186d7785ec
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"type": "GLOBAL",
"library_path": ".\\renderdoc.dll",
"api_version": "1.0.0",
"implementation_version": "31",
"implementation_version": "32",
"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_31": "1"
"DISABLE_VULKAN_RENDERDOC_CAPTURE_0_32": "1"
}
}
}