This commit is contained in:
DaanV2
2021-06-08 21:05:20 +02:00
parent 87f45e1505
commit f5ab3767ab
35 changed files with 1333 additions and 52 deletions

View File

@@ -101,11 +101,26 @@
"description": "TODO",
"additionalProperties": false,
"properties": {
"stencilDepthFailOp": { "type": "string", "title": "Stencil Depth Fail Operation", "description": "", "$ref": "#/definitions/FailOperation" },
"stencilFailOp": { "type": "string", "title": "Stencil Fail Operation", "description": "", "$ref": "#/definitions/FailOperation" },
"stencilFunc": { "type": "string", "title": "Stencil Function", "description": "", "enum": ["Always", "Equal", "NotEqual"] },
"stencilPass": { "type": "string", "title": "Stencil Pass", "description": "", "enum": ["Replace"] },
"stencilPassOp": { "type": "string", "title": "Stencil Depth Fail Operation", "description": "", "$ref": "#/definitions/FailOperation" }
"stencilDepthFailOp": {
"type": "string",
"title": "Stencil Depth Fail Operation",
"description": "UNDOCUMENTATED",
"$ref": "#/definitions/FailOperation"
},
"stencilFailOp": {
"type": "string",
"title": "Stencil Fail Operation",
"description": "UNDOCUMENTATED",
"$ref": "#/definitions/FailOperation"
},
"stencilFunc": { "type": "string", "title": "Stencil Function", "description": "UNDOCUMENTATED", "enum": ["Always", "Equal", "NotEqual"] },
"stencilPass": { "type": "string", "title": "Stencil Pass", "description": "UNDOCUMENTATED", "enum": ["Replace"] },
"stencilPassOp": {
"type": "string",
"title": "Stencil Depth Fail Operation",
"description": "UNDOCUMENTATED",
"$ref": "#/definitions/FailOperation"
}
}
},
"StatesSpecification": {