Changed Minimum Shader Version

This commit is contained in:
Digital Artifex
2025-10-17 19:55:53 -04:00
parent 9cb8e51912
commit 72da9b9772
22 changed files with 19 additions and 15 deletions

View File

@@ -23,7 +23,7 @@
"channel1": "channel1":
{ {
"type": 2, "type": 2,
"source":"./shaders/Colorful_Lens.frag.qsb" "source":"./shaders/"
}, },
"channel2": "channel2":
{ {

View File

@@ -2,9 +2,9 @@
"author": "XorDev", "author": "XorDev",
"name": "Speak [470]", "name": "Speak [470]",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "A ladybug on a mushroom. It renders really slowly. Sorry for that, this is not meant to be rendered with raymarching really, but well, here we are. I'll get a pass later",
"license": "CC BY-NC-SA 3.0", "license": "CC BY-NC-SA 3.0",
"engine": "shadertoy", "engine": "shadertoys",
"id": "4tByz3", "id": "4tByz3",
"tags": [ "tags": [
"reactive", "reactive",
@@ -17,17 +17,27 @@
"source": "./shaders/Image.frag.qsb", "source": "./shaders/Image.frag.qsb",
"speed": 1, "speed": 1,
"bufferA": "channel0":
{ {
"type": 2,
"source": "./shaders/Buffer A.frag.qsb", "source": "./shaders/Buffer A.frag.qsb",
"frame_buffer_channel": 0,
"channel0":
{
"type": 2,
"source": "./shaders/Buffer A.frag.qsb",
"channel1":
{
"type": 4,
"invert": true
}
},
"channel1": "channel1":
{ {
"type": 4, "type": 4,
"invert": false "invert": true
} }
}, }
"channel0": "{bufferA}"
} }

View File

@@ -7,7 +7,6 @@
"engine": "shadertoys", "engine": "shadertoys",
"id": "MddcRr", "id": "MddcRr",
"type": 2,
"source": "./shaders/Image.frag.qsb", "source": "./shaders/Image.frag.qsb",
"speed": 0.14, "speed": 0.14,
@@ -33,10 +32,5 @@
"time_scale": 1.0, "time_scale": 1.0,
"mouse_scale": 1.0 "mouse_scale": 1.0
} }
},
"channel1":
{
"type": 4
} }
} }