-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraph_config.json
37 lines (37 loc) · 921 Bytes
/
graph_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"connections": [
{
"dst": "output",
"dst_input": "src",
"src": "Shadertoy 0",
"src_output": "out"
}
],
"graph_properties": {
"fps limiter": false,
"low latency": false,
"time overwrite": "None"
},
"nodes": {
"Shadertoy 0": {
"disable": false,
"properties": {
"height": 1080,
"shader path": "res/shaders/shader.comp.glsl",
"shader source": "file",
"width": 1920
},
"type": "Shadertoy"
},
"output": {
"disable": false,
"properties": {
"blit mode": "FIT",
"mode": "windowed",
"rebuild on recreate": false,
"vsync": false
},
"type": "Window (GLFW)"
}
}
}