11 lines
205 B
JSON
11 lines
205 B
JSON
{
|
|
"passes": [{
|
|
"shader": "passthrough",
|
|
"depthtest": "disabled",
|
|
"depthwrite": "disabled",
|
|
"blending": "translucent",
|
|
"cullmode": "nocull",
|
|
"textures": ["_rt_FullFrameBuffer"]
|
|
}]
|
|
}
|