Files
LNXSDK/leenkx/Shaders/ssgi_pass/ssgi_pass.json
2026-02-24 11:44:01 -08:00

43 lines
737 B
JSON

{
"contexts": [
{
"name": "ssgi_pass",
"depth_write": false,
"compare_mode": "always",
"cull_mode": "none",
"links": [
{
"name": "P",
"link": "_projectionMatrix"
},
{
"name": "invP",
"link": "_inverseProjectionMatrix"
},
{
"name": "V3",
"link": "_viewMatrix3"
},
{
"name": "sunDir",
"link": "_sunDirection",
"ifdef": ["_Sun"]
},
{
"name": "sunCol",
"link": "_sunColor",
"ifdef": ["_Sun"]
},
{
"name": "PPComp12",
"link": "_PPComp12",
"ifdef": ["_CPostprocess"]
}
],
"texture_params": [],
"vertex_shader": "../include/pass.vert.glsl",
"fragment_shader": "ssgi_pass.frag.glsl"
}
]
}