From c9af3d5c85836588f7e82bcbb172bb21251427bf Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 27 May 2024 14:11:31 -0700 Subject: Unity sucks fucking ass and balls and dick too Import order matters. https://catlikecoding.com/unity/tutorials/rendering/part-7/ --- tooner_lighting.cginc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tooner_lighting.cginc') diff --git a/tooner_lighting.cginc b/tooner_lighting.cginc index 119ae77..2c66964 100644 --- a/tooner_lighting.cginc +++ b/tooner_lighting.cginc @@ -1,6 +1,8 @@ #ifndef TOONER_LIGHTING #define TOONER_LIGHTING +#include "pbr.cginc" + #include "audiolink.cginc" #include "clones.cginc" #include "globals.cginc" @@ -8,7 +10,6 @@ #include "iq_sdf.cginc" #include "math.cginc" #include "motion.cginc" -#include "pbr.cginc" #include "poi.cginc" #include "shadertoy.cginc" #include "tooner_scroll.cginc" -- cgit v1.2.3