summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-10-28 17:15:36 -0700
committeryum <yum.food.vr@gmail.com>2025-10-28 17:19:39 -0700
commit6a10c50359aa62405118a78c69dccef0394f8591 (patch)
tree59c7c55ec3d37780319bc066fd473e1b24b632ff /globals.cginc
parentfd370eab7e4959895763514526efc878e53d4886 (diff)
add machinery for multiple uv channels
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc5
1 files changed, 5 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index ed76917..a9f8f30 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -114,4 +114,9 @@ float getTime() {
#endif // _LOGICAL_TIME
}
+
+#if defined(_RAY_MARCHING_BAKED_ORIGINS)
+int _Baked_Origins_UV_Channel_Index;
+#endif // _RAY_MARCHING_BAKED_ORIGINS
+
#endif // __GLOBALS_INC