mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
36 lines
778 B
JSON
36 lines
778 B
JSON
|
{
|
||
|
"targets": [
|
||
|
"swap",
|
||
|
"previous"
|
||
|
],
|
||
|
"passes": [
|
||
|
{
|
||
|
"name": "phosphor",
|
||
|
"intarget": "minecraft:main",
|
||
|
"outtarget": "swap",
|
||
|
"auxtargets": [
|
||
|
{
|
||
|
"name": "PrevSampler",
|
||
|
"id": "previous"
|
||
|
}
|
||
|
],
|
||
|
"uniforms": [
|
||
|
{
|
||
|
"name": "Phosphor",
|
||
|
"values": [ 0.95, 0.95, 0.95 ]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "blit",
|
||
|
"intarget": "swap",
|
||
|
"outtarget": "previous"
|
||
|
},
|
||
|
{
|
||
|
"name": "blit",
|
||
|
"intarget": "swap",
|
||
|
"outtarget": "minecraft:main"
|
||
|
}
|
||
|
]
|
||
|
}
|