summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-01-14 22:07:44 -0800
committeryum <yum.food.vr@gmail.com>2026-01-14 22:07:44 -0800
commit0b2eeefb9dd4b333f3065ba9842535d91524a536 (patch)
tree865d470c012cb3e70dee6a5734848563d316e3f2 /features.cginc
parent22dc9b8c81ca6b4d90e2a77e71c21945d15e3d0f (diff)
Impostors: baker now records albedo, normal, gloss, and depth
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc12
1 files changed, 10 insertions, 2 deletions
diff --git a/features.cginc b/features.cginc
index 9d1c17b..d9bc95e 100644
--- a/features.cginc
+++ b/features.cginc
@@ -37,8 +37,16 @@
#pragma shader_feature_local _VERTEX_DEFORMATION_TESSELLATION
//endex
-//ifex _Unlit==0
-#pragma shader_feature_local _UNLIT
+//ifex _Debug_View_Unlit==0
+#pragma shader_feature_local _DEBUG_VIEW_UNLIT
+//endex
+
+//ifex _Debug_View_World_Space_Normals==0
+#pragma shader_feature_local _DEBUG_VIEW_WORLD_SPACE_NORMALS
+//endex
+
+//ifex _Debug_View_Metallic_Gloss==0
+#pragma shader_feature_local _DEBUG_VIEW_METALLIC_GLOSS
//endex
//ifex _Instance_Distance_Culling_Enabled==0