From 0425eadf188ebac3c370942dd55f9ba8e0f5afa9 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 20 Jul 2026 16:53:54 -0700 Subject: Clanker glitter cleanups GPT-5.6 sol medium. Asked it to spot any issues, gave it the Kemppinen et. al. paper and their source code as reference. --- globals.cginc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index af0f367..efa8670 100755 --- a/globals.cginc +++ b/globals.cginc @@ -163,11 +163,11 @@ int _Glitter_Angular_Cells; float _Glitter_Filter_Size; float3 _Glitter_Tint; float _Glitter_UV_Channel; +float4 _Glitter_Mask_ST; #endif // _GLITTER #if defined(_GLITTER_MASK) texture2D _Glitter_Mask; -float4 _Glitter_Mask_ST; #endif // _GLITTER_MASK #if defined(_GLITTER_BASE_ROUGHNESS_OVERRIDE) -- cgit v1.2.3