Fix missing volumetric fog affecting transparent materials

#3436
This commit is contained in:
Wojtek Figat
2025-09-20 00:13:52 +02:00
parent 47711ec5be
commit 92f4327fc2
5 changed files with 18 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ struct ForwardShadingFeature : MaterialShaderFeature
{
enum { MaxLocalLights = 4 };
enum { SRVs = 4 };
enum { SRVs = 5 };
PACK_STRUCT(struct Data
{