summaryrefslogtreecommitdiffstats
path: root/3ner.cginc
diff options
context:
space:
mode:
Diffstat (limited to '3ner.cginc')
-rwxr-xr-x3ner.cginc1
1 files changed, 1 insertions, 0 deletions
diff --git a/3ner.cginc b/3ner.cginc
index b3bbf45..13ab7fa 100755
--- a/3ner.cginc
+++ b/3ner.cginc
@@ -311,6 +311,7 @@ float4 frag(v2f i, uint facing : SV_IsFrontFace
Pbr pbr = getPbr(i);
+ [branch]
if (_Mode == 1) {
clip(pbr.albedo.a - 0.5);
}