summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-06-03 18:11:20 -0700
committeryum <yum.food.vr@gmail.com>2025-06-03 18:11:20 -0700
commit3a3860fbb7eda405f3d5f53e28d74d0f73f9c919 (patch)
tree9375c92ed3f4346f16835c4fedc1444a3ec7a8eb /globals.cginc
parent73a232ed7a570aa2e821e26ed7c0fd3db210d246 (diff)
More c30 work
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc14
1 files changed, 14 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 2f09881..aeedad5 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -507,4 +507,18 @@ float _3D_SDF_Z;
float _3D_SDF_Z_Speed;
#endif // _3D_SDF
+#if defined(_CUSTOM30)
+float _Custom30_ro_Offset;
+#endif
+
+#if defined(_CUSTOM30_BASICPLATFORM)
+float3 _Custom30_BasicPlatform_Size;
+float _Custom30_BasicPlatform_Frame_D;
+float _Custom30_BasicPlatform_Core_D;
+#endif // _CUSTOM30_BASICPLATFORM
+
+#if defined(_CUSTOM30_BASICPLATFORM_CHAMFER)
+float3 _Custom30_BasicPlatform_Chamfer_Size;
+#endif // _CUSTOM30_BASICPLATFORM_CHAMFER
+
#endif // __GLOBALS_INC