mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-11 01:01:05 +00:00
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"file_format_version" : "1.0.0",
|
|
"layer" : {
|
|
"name": "VK_LAYER_RENDERDOC_Capture",
|
|
"type": "GLOBAL",
|
|
"library_path": ".\\renderdoc.dll",
|
|
"api_version": "1.0.0",
|
|
"implementation_version": "34",
|
|
"description": "Debugging capture layer for RenderDoc",
|
|
"functions": {
|
|
"vkGetInstanceProcAddr": "VK_LAYER_RENDERDOC_CaptureGetInstanceProcAddr",
|
|
"vkGetDeviceProcAddr": "VK_LAYER_RENDERDOC_CaptureGetDeviceProcAddr"
|
|
},
|
|
"device_extensions": [
|
|
{
|
|
"name": "VK_EXT_debug_marker",
|
|
"spec_version": "3",
|
|
"entrypoints": ["vkDebugMarkerSetObjectTagEXT",
|
|
"vkDebugMarkerSetObjectNameEXT",
|
|
"vkCmdDebugMarkerBeginEXT",
|
|
"vkCmdDebugMarkerEndEXT",
|
|
"vkCmdDebugMarkerInsertEXT"
|
|
]
|
|
}
|
|
|
|
],
|
|
"enable_environment": {
|
|
"ENABLE_VULKAN_RENDERDOC_CAPTURE": "1"
|
|
},
|
|
"disable_environment": {
|
|
"DISABLE_VULKAN_RENDERDOC_CAPTURE_0_34": "1"
|
|
}
|
|
}
|
|
}
|