diff options
| author | yum <yum.food.vr@gmail.com> | 2026-07-20 16:53:54 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-07-20 16:53:55 -0700 |
| commit | 0425eadf188ebac3c370942dd55f9ba8e0f5afa9 (patch) | |
| tree | b66eb5ce6981e88d91ca317c545783e3dad9fc2d /globals.cginc | |
| parent | da12f242c6d8da930aa3c2e90fd21a637cd1f195 (diff) | |
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.
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
