From 81637c1a3fab4f92e6da7517dd118d5bb4526865 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 24 Mar 2026 17:23:40 -0700 Subject: Encapsulate ssfd and letter grid inside pbr.cginc --- data.cginc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data.cginc') diff --git a/data.cginc b/data.cginc index d7883a8..b2ddb25 100644 --- a/data.cginc +++ b/data.cginc @@ -18,7 +18,7 @@ struct Pbr { float roughness_perceptual; float roughness; float metallic; -#if defined(_EMISSIONS) && defined(FORWARD_BASE_PASS) +#if (defined(_EMISSIONS) || defined(_LETTER_GRID)) && defined(FORWARD_BASE_PASS) float3 emission; #endif #if defined(_BENT_NORMALS) -- cgit v1.2.3