Broken Shader Example
| Field |
Value |
| Shader ID |
broken-shader-example |
| Category |
Diagnostics |
| Package |
shaders/broken-shader-example/ |
Broken Shader Example is intentionally invalid. It exists to verify that bad shader packages appear as unavailable in the UI with error text, instead of blocking the whole app.
Controls
The manifest intentionally declares an unsupported parameter type:
| Control |
Type |
Purpose |
| Bad Toggle |
boolean |
Diagnostic failure. The supported type would be bool. |
Use
- Do not use this as a production shader.
- Keep it visible as a test package when validating shader error handling.
- If you copy it as a starter shader, fix the parameter type first.