From 9749467cd75b7a6a8d01fb1564c687dcc971b9f1 Mon Sep 17 00:00:00 2001 From: Onek8 Date: Mon, 2 Jun 2025 18:25:19 +0000 Subject: [PATCH] t3du - Post Process Updates --- leenkx/Shaders/volumetric_light/volumetric_light.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/leenkx/Shaders/volumetric_light/volumetric_light.json b/leenkx/Shaders/volumetric_light/volumetric_light.json index 09a202f..2f5f7b0 100644 --- a/leenkx/Shaders/volumetric_light/volumetric_light.json +++ b/leenkx/Shaders/volumetric_light/volumetric_light.json @@ -140,6 +140,16 @@ "link": "_biasLightWorldViewProjectionMatrixSpot3", "ifndef": ["_ShadowMapAtlas"], "ifdef": ["_Spot", "_ShadowMap"] + }, + { + "name": "PPComp11", + "link": "_PPComp11", + "ifdef": ["_CPostprocess"] + }, + { + "name": "PPComp17", + "link": "_PPComp17", + "ifdef": ["_CPostprocess"] } ], "texture_params": [],