Give specific instructions on writing UI extensions

* This goes through a worked example of a simple extension.
This commit is contained in:
baldurk
2021-01-27 16:03:04 +00:00
parent ea51a816ed
commit dabd2a803a
7 changed files with 407 additions and 4 deletions
@@ -0,0 +1,9 @@
{
"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"
}