summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc17
1 files changed, 17 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index cbc6dba..3688378 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -3,6 +3,23 @@
#include "features.cginc"
+// Filamented global variables
+half _ExposureOcclusion;
+half _LightmapSpecularMaxSmoothness;
+
+#if defined(USING_BAKERY_VERTEXLM)
+float bakeryLightmapMode;
+#endif
+
+#if defined(_VRCLV)
+half _VRCLVSurfaceBias;
+float _UdonLightVolumeEnabled;
+float _UdonLightVolumeAdditiveCount;
+#endif
+
+// Math constants
+#define FLT_EPS 1.192092896e-07
+
#if defined(_SSAO) || defined(_RAYMARCHED_FOG)
UNITY_DECLARE_DEPTH_TEXTURE(_CameraDepthTexture);
float4 _CameraDepthTexture_TexelSize;