Files
komplex/tools/packsrc/Neon Ball Pit/pack.json
Digital Artifex c8f3f1e981 Added shader packs
2025-08-19 09:33:45 -04:00

36 lines
704 B
JSON

{
"author": "loicvdb",
"name": "Neon Ball Pit",
"version": "1.0.0",
"description": "Raytracing in a grid to instantiate objects, cheap enough to run multisampling",
"license": "",
"engine": "shadertoy",
"id": "WlVcWK",
"tags": [
"reflection",
"dof",
"bloom",
"aa",
"fresnel",
"neon",
"multisampling",
"aces",
"fsaa"
],
"source": "./shaders/Image.frag.qsb",
"speed": 1.0,
"bufferA":
{
"source": "./shaders/Buffer A.frag.qsb"
},
"bufferB":
{
"source": "./shaders/Buffer B.frag.qsb",
"channel0": "{bufferA}"
},
"channel0":"{bufferB}"
}