forked from LeenkxTeam/LNXSDK
32 lines
548 B
JSON
32 lines
548 B
JSON
|
{
|
||
|
"contexts": [
|
||
|
{
|
||
|
"name": "ssgi_pass",
|
||
|
"depth_write": false,
|
||
|
"compare_mode": "always",
|
||
|
"cull_mode": "none",
|
||
|
"links": [
|
||
|
{
|
||
|
"name": "P",
|
||
|
"link": "_projectionMatrix"
|
||
|
},
|
||
|
{
|
||
|
"name": "V3",
|
||
|
"link": "_viewMatrix3"
|
||
|
},
|
||
|
{
|
||
|
"name": "invP",
|
||
|
"link": "_inverseProjectionMatrix"
|
||
|
},
|
||
|
{
|
||
|
"name": "cameraProj",
|
||
|
"link": "_cameraPlaneProj"
|
||
|
}
|
||
|
],
|
||
|
"texture_params": [],
|
||
|
"vertex_shader": "../include/pass_viewray2.vert.glsl",
|
||
|
"fragment_shader": "ssgi_pass.frag.glsl"
|
||
|
}
|
||
|
]
|
||
|
}
|