Added bad shader warning instead of hard fail
This commit is contained in:
15
shaders/broken-shader-example/shader.json
Normal file
15
shaders/broken-shader-example/shader.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"id": "broken-shader-example",
|
||||
"name": "Broken Shader Example",
|
||||
"description": "Intentionally invalid shader package used to verify that bad shaders appear as errors without blocking the app.",
|
||||
"category": "Diagnostics",
|
||||
"entryPoint": "shadeVideo",
|
||||
"parameters": [
|
||||
{
|
||||
"id": "badToggle",
|
||||
"label": "Bad Toggle",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user