forked from LeenkxTeam/LNXSDK
25 lines
441 B
JSON
25 lines
441 B
JSON
{
|
|
"contexts": [
|
|
{
|
|
"name": "fsr1_rcas_pass",
|
|
"depth_write": false,
|
|
"compare_mode": "always",
|
|
"cull_mode": "none",
|
|
"links": [
|
|
{
|
|
"name": "screenSize",
|
|
"link": "_screenSize"
|
|
},
|
|
{
|
|
"name": "PPComp15",
|
|
"link": "_PPComp15",
|
|
"ifdef": ["_FSR1_Custom"]
|
|
}
|
|
],
|
|
"texture_params": [],
|
|
"vertex_shader": "../include/pass.vert.glsl",
|
|
"fragment_shader": "fsr1_rcas_pass.frag.glsl"
|
|
}
|
|
]
|
|
}
|