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