Skip to content

Commit

Permalink
Update ShadowVolume.compute
Browse files Browse the repository at this point in the history
  • Loading branch information
mlavik1 authored Mar 24, 2024
1 parent 9d8dd89 commit 11f1ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/Resources/ShadowVolume.compute
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ uint3 _DispatchOffsets;

RWTexture3D<float> _ShadowVolume;

#include "Assets/Shaders/Include/TricubicSampling.cginc"
#include "Assets/Shaders/Include/VolumeCutout.cginc"
#include "../Shaders/Include/TricubicSampling.cginc"
#include "../Shaders/Include/VolumeCutout.cginc"

float getDensity(float3 pos)
{
Expand Down

0 comments on commit 11f1ae9

Please sign in to comment.