From b904835dc91db76627ecb08636cd5c339a07a1df Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 18 Sep 2024 23:24:49 -0700 Subject: Add shader inlining tooling This should solve the issue of Unity failing to fully recompile my fucking shader. --- math.cginc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math.cginc') diff --git a/math.cginc b/math.cginc index cf753ac..8938940 100644 --- a/math.cginc +++ b/math.cginc @@ -1,8 +1,8 @@ +#include "pema99.cginc" + #ifndef __MATH_INC #define __MATH_INC -#include "pema99.cginc" - float4 qmul(float4 q1, float4 q2) { return float4( -- cgit v1.2.3