baldurk
58050e89ef
Remove hardcoded version numbers from vulkan layer json, set in build
...
* In CMake this is easy as we're already passing it through sed, but
in msbuild it's a little more complex as we need to write a little
in-line C# code to read out the version number and replace the
* We also update the JSON generation for layer registration on linux.
2017-04-28 18:36:55 +01:00
baldurk
898e954965
Bump version info to v0.34
2017-02-23 17:38:09 +00:00
baldurk
bec04a2274
Bump version info to v0.33
2016-12-03 00:18:10 +01:00
baldurk
186d7785ec
Bump version information to v0.32
2016-09-13 19:24:27 +02:00
baldurk
3655f0610d
Bump version information to v0.31
2016-08-01 19:07:48 +02:00
baldurk
36468bb666
Bump version information to v0.30
2016-05-08 20:52:56 +02:00
baldurk
cf2bebadac
Bump version number to v0.29 that I forgot to do earlier!
2016-05-08 16:54:42 +02:00
baldurk
37109981ce
Fix tabs in file with space indentation
2016-05-08 15:34:46 +02:00
baldurk
31f717a238
Update RenderDoc's json file to report the VK_EXT_debug_marker extension
2016-05-07 14:11:47 +02:00
baldurk
fa087b8825
Rename Get*ProcAddr exports to be android friendly. Refs #205
2016-03-08 18:21:27 +01:00
baldurk
a15dcb4ded
Update RenderDoc vulkan layer json to latest version numbers
2016-02-18 17:32:21 +01:00
baldurk
1398b9fb56
Rejig extension handling and implement VK_LUNARG_DEBUG_MARKER support
...
* The WSI extensions should probably route through this method too
2016-02-07 18:49:56 +01:00
baldurk
b4fb266af9
Generate linux json from windows json, to avoid having two files
...
* The linux json file has a different name but this isn't important.
Currently I'm not sure how the json/lib will be placed (will it be
installed somewhere and the json point at /opt/renderdoc/ or what?)
2016-02-07 18:49:51 +01:00
baldurk
b46d68d6d7
Update layer code
2016-02-07 18:42:49 +01:00
baldurk
0154a8bd21
Copy renderdoc.json to output folder, unify layer name/description
2016-02-07 18:40:41 +01:00
baldurk
940b89cd73
Move capture layer into librenderdoc.so on linux
2016-02-07 18:40:40 +01:00
GregF and baldurk
872a312af0
Use Vulkan layer to generate trace file
2016-02-07 18:39:27 +01:00