summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc3
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 527f13b..99db1e7 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -46,6 +46,9 @@ float3 shadowedReflections;
float3 _ReflShadows;
float3 _ReflShadowStrength;
+float _VRChatMirrorMode;
+float3 _VRChatMirrorCameraPos;
+
#if defined(_DISCARD)
float _Discard_Enable_Dynamic;
#endif