mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Give specific instructions on writing UI extensions
* This goes through a worked example of a simple extension.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user