diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-24 17:23:40 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-24 17:23:40 -0700 |
| commit | 81637c1a3fab4f92e6da7517dd118d5bb4526865 (patch) | |
| tree | d01e3ee10c5992460982767101dda070c46801ae /brdf.cginc | |
| parent | 043de4d0360c54a507b90369e1afe1d1d6ace28f (diff) | |
Encapsulate ssfd and letter grid inside pbr.cginc
Diffstat (limited to 'brdf.cginc')
| -rwxr-xr-x | brdf.cginc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ float4 brdf(Pbr pbr, LightData data, out BrdfData bd) { diffuse *= data.common.ao; specular *= data.common.spec_ao; -#if defined(_EMISSIONS) && defined(FORWARD_BASE_PASS) +#if (defined(_EMISSIONS) || defined(_LETTER_GRID)) && defined(FORWARD_BASE_PASS) float3 emission = pbr.emission; #else float3 emission = 0; |
