mirror of
https://github.com/DeMuenu/MoonlightVRC.git
synced 2026-05-06 10:22:20 +00:00
10 lines
211 B
HLSL
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 |