Update leenkx/Sources/leenkx/renderpath/RenderPathForward.hx
This commit is contained in:
parent
7ae3bbe496
commit
5244b1b3e8
@ -522,6 +522,17 @@ class RenderPathForward {
|
|||||||
|
|
||||||
path.setTarget("lbuffer0", ["lbuffer1", "gbuffer_refraction"]);
|
path.setTarget("lbuffer0", ["lbuffer1", "gbuffer_refraction"]);
|
||||||
|
|
||||||
|
#if rp_shadowmap
|
||||||
|
{
|
||||||
|
#if lnx_shadowmap_atlas
|
||||||
|
Inc.bindShadowMapAtlas();
|
||||||
|
#else
|
||||||
|
Inc.bindShadowMap();
|
||||||
|
#end
|
||||||
|
}
|
||||||
|
#end
|
||||||
|
|
||||||
|
|
||||||
#if (rp_voxels != "Off")
|
#if (rp_voxels != "Off")
|
||||||
path.bindTarget("voxelsOut", "voxels");
|
path.bindTarget("voxelsOut", "voxels");
|
||||||
path.bindTarget("voxelsSDF", "voxelsSDF");
|
path.bindTarget("voxelsSDF", "voxelsSDF");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user