Skip to content

Commit

Permalink
json: Add layer documentation url
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyg-lunarg committed Dec 4, 2024
1 parent df2f456 commit 0d3ba43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crash_diagnostic_layer.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"implementation_version": "1",
"description": "Crash Diagnostic Layer is a crash/hang debugging tool that helps determines GPU progress in a Vulkan application.",
"platforms": [ "WINDOWS", "LINUX" ],
"url": "https://vulkan.lunarg.com/doc/sdk/latest/windows/crash_diagnostic_layer.html",
"functions": {
"vkNegotiateLoaderLayerInterfaceVersion": "CDL_NegotiateLoaderLayerInterfaceVersion",
"vkGetInstanceProcAddr": "CDL_GetInstanceProcAddr",
Expand Down

0 comments on commit 0d3ba43

Please sign in to comment.