Files
video-shader-toys/shaders/black-and-white/shader.json
2026-05-02 17:13:53 +10:00

9 lines
235 B
JSON

{
"id": "black-and-white",
"name": "Black and White",
"description": "A minimal monochrome shader that converts the decoded video input to grayscale.",
"category": "Built-in",
"entryPoint": "shadeVideo",
"parameters": []
}