Files
MoonlightVRC/Shader/Includes/Moonlight.hlsl
2026-03-24 16:01:31 +01:00

10 lines
211 B
HLSL

#ifndef MOONLIGHT_CORE_INCLUDED
#define MOONLIGHT_CORE_INCLUDED
#include "Variables.hlsl"
#include "DefaultSetup.hlsl"
#include "LightStrength.hlsl"
#include "Lambert.hlsl"
#include "Shadowcaster.cginc"
#endif