From d0c27e80cefa593641f3525ef23e7fc5631b136b Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 24 Jan 2026 16:54:26 -0800 Subject: Add anisotropic reflections --- data.cginc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data.cginc') diff --git a/data.cginc b/data.cginc index 9b6ea10..2e765e6 100644 --- a/data.cginc +++ b/data.cginc @@ -10,6 +10,9 @@ struct YumPbr { float roughness_perceptual; float metallic; float ao; +#if defined(_ANISOTROPY) + float3 binormal; +#endif }; #endif // __DATA_INC -- cgit v1.2.3