mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-29 01:46:38 +00:00
Make most extension json fields optional
* We require `extension_api` and `version` fields in case needed for future compatibility
This commit is contained in:
@@ -25,7 +25,7 @@ Next to each python module's ``__init__.py`` you should create a file ``extensio
|
||||
"url": "url/to/repository"
|
||||
}
|
||||
|
||||
In this JSON the ``extension_api`` field is currently fixed to 1.
|
||||
In this JSON the ``extension_api`` field is currently fixed to 1. This is the only required field as the others will be filled with defaults if omitted, but it is highly recommended you fill them out.
|
||||
|
||||
The ``minimum_renderdoc`` field controls whether the extension can be enabled on a given RenderDoc version, and allows you to block incompatible versions of RenderDoc.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user