Files
renderdoc/docs/python_api/ui_extension_tutorial/extension.json
T
baldurk dabd2a803a Give specific instructions on writing UI extensions
* This goes through a worked example of a simple extension.
2021-01-27 16:05:03 +00:00

10 lines
266 B
JSON

{
"extension_api": 1,
"name": "Tutorial extension",
"version": "1.0",
"minimum_renderdoc": "1.12",
"description": "Tutorial extension from the documentation.",
"author": "Baldur Karlsson <baldurk@baldurk.org>",
"url": "https://github.com/baldurk/renderdoc"
}