Added shader packs

This commit is contained in:
Digital Artifex
2025-08-19 09:33:45 -04:00
parent 9ea2302b95
commit c8f3f1e981
82 changed files with 3261 additions and 1 deletions

View File

@@ -0,0 +1,36 @@
{
"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}"
}