diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-28 14:45:19 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-28 14:47:24 -0700 |
| commit | b7c4d1bf622f057cf8e88754a089157300818ae3 (patch) | |
| tree | e950f46b370e750f0c271ada4fe1b726d6378963 /globals.cginc | |
| parent | 5b732ae3d8bf19d4fbade236f318df0f7221cdd2 (diff) | |
Finish implementing burley per-channel histogram preserving blending operator
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index c5c1646..cf9e97f 100755 --- a/globals.cginc +++ b/globals.cginc @@ -614,7 +614,9 @@ float _Letter_Grid_Animate_Speed; #if defined(_BURLEY_TILING) float _Burley_Tiling_Input_Scale; float _Burley_Tiling_Output_Scale; +float _Burley_Tiling_Blend_Gamma; texture2D _Burley_Tiling_Maintex; +float4 _Burley_Tiling_Maintex_ST; texture2D _Burley_Tiling_Maintex_LUT; #endif // _BURLEY_TILING |
