This commit is contained in:
2026-04-30 00:42:47 -07:00
parent 0245e2e1e6
commit 53cdb7d2ff
2 changed files with 6 additions and 2 deletions

View File

@ -953,7 +953,10 @@ class RenderPathDeferred {
path.bindTarget("tex", "tex");
path.drawShader("shader_datas/copy_pass/copy_pass");
path.setTarget("gbuffer0", ["tex", "gbuffer_refraction"]);
path.setTarget("gbuffer0", ["tex", "gbuffer_refraction",
#if rp_gbuffer2 "gbuffer1", #end
#if rp_gbuffer_emission "buf", #end
]);
#if rp_shadowmap
{