Fix depth for multipass layer draw
This commit is contained in:
@@ -593,6 +593,7 @@ class RenderPathDeferred {
|
||||
t.height = 0;
|
||||
t.format = "RGBA64";
|
||||
t.scale = Inc.getSuperSampling();
|
||||
t.depth_buffer = "main";
|
||||
path.createRenderTarget(t);
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user