summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rwxr-xr-xglobals.cginc6
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index efa8670..a51c3af 100755
--- a/globals.cginc
+++ b/globals.cginc
@@ -31,6 +31,12 @@ float _Metallic;
float _Exposure_Occlusion;
+#if defined(_CUSTOM_CUBEMAP)
+UNITY_DECLARE_TEXCUBE(_Custom_Cubemap);
+half4 _Custom_Cubemap_HDR;
+float _Custom_Cubemap_Enable_Dynamic;
+#endif // _CUSTOM_CUBEMAP
+
texture2D _DFG_LUT;
float _Specular_AA_Variance;
float _Specular_AA_Threshold;