updated shader includes

This commit is contained in:
DeMuenu
2026-03-24 16:01:31 +01:00
parent a1e808ad92
commit 08866b359b
6 changed files with 58 additions and 156 deletions

View File

@@ -0,0 +1,10 @@
#ifndef MOONLIGHT_CORE_INCLUDED
#define MOONLIGHT_CORE_INCLUDED
#include "Variables.hlsl"
#include "DefaultSetup.hlsl"
#include "LightStrength.hlsl"
#include "Lambert.hlsl"
#include "Shadowcaster.cginc"
#endif