17 lines
499 B
JSON
17 lines
499 B
JSON
{
|
|
"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,
|
|
"description": "Intentionally unsupported parameter type used to test shader error handling."
|
|
}
|
|
]
|
|
}
|