Updated scheme for new property in config
This commit is contained in:
parent
d440384a11
commit
01633daae2
1 changed files with 11 additions and 0 deletions
|
@ -399,6 +399,17 @@
|
||||||
false
|
false
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"enable_strict_opengl": {
|
||||||
|
"$id": "#/properties/enable_strict_opengl",
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Enable Strict OpenGL",
|
||||||
|
"description": "Required OpenGL extensions/features will throw exceptions rather than potentially problamatic fallbacks",
|
||||||
|
"default": false,
|
||||||
|
"examples": [
|
||||||
|
true,
|
||||||
|
false
|
||||||
|
]
|
||||||
|
},
|
||||||
"controller_type": {
|
"controller_type": {
|
||||||
"$id": "#/properties/controller_type",
|
"$id": "#/properties/controller_type",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue