10 lines
176 B
HLSL
10 lines
176 B
HLSL
#ifndef FILAMENT_LIGHT_VRCLV
|
|
#define FILAMENT_LIGHT_VRCLV
|
|
|
|
#include "SharedSHLib.hlsl"
|
|
|
|
#if defined(_VRCLV)
|
|
#include "LightVolumes.cginc"
|
|
#endif
|
|
#endif // FILAMENT_LIGHT_VRCLV
|