forked from LeenkxTeam/LNXSDK
20 lines
356 B
JSON
20 lines
356 B
JSON
|
{
|
||
|
"contexts": [
|
||
|
{
|
||
|
"name": "downsample_depth",
|
||
|
"depth_write": false,
|
||
|
"compare_mode": "always",
|
||
|
"cull_mode": "none",
|
||
|
"links": [
|
||
|
{
|
||
|
"name": "screenSizeInv",
|
||
|
"link": "_screenSizeInv"
|
||
|
}
|
||
|
],
|
||
|
"texture_params": [],
|
||
|
"vertex_shader": "../include/pass.vert.glsl",
|
||
|
"fragment_shader": "downsample_depth.frag.glsl"
|
||
|
}
|
||
|
]
|
||
|
}
|