From 3a3860fbb7eda405f3d5f53e28d74d0f73f9c919 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 3 Jun 2025 18:11:20 -0700 Subject: More c30 work --- globals.cginc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'globals.cginc') 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 -- cgit v1.2.3