diff options
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 12 |
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 |
