summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-03-28 13:43:27 -0700
committeryum <yum.food.vr@gmail.com>2026-03-28 14:46:39 -0700
commit5b732ae3d8bf19d4fbade236f318df0f7221cdd2 (patch)
tree523d17d144ac77e2c318629ff7be47e38b465382 /features.cginc
parent06036b0452fdbc46d7372e79d09fc05da822ad4c (diff)
Begin work on Burley's per-pixel histogram preserving blending
Diffstat (limited to 'features.cginc')
-rwxr-xr-xfeatures.cginc4
1 files changed, 4 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc
index 1ea3858..b30fe8f 100755
--- a/features.cginc
+++ b/features.cginc
@@ -236,4 +236,8 @@
#pragma shader_feature_local _LETTER_GRID_ANIMATE
//endex
+//ifex _Burley_Tiling_Enabled==0
+#pragma shader_feature_local _BURLEY_TILING
+//endex
+
#endif // __FEATURES_INC