diff options
| author | yum <yum.food.vr@gmail.com> | 2025-06-15 15:03:22 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-06-15 15:03:22 -0700 |
| commit | 478cb4e07622488915132c8de2f52dc5c19bb6c0 (patch) | |
| tree | b2f88ee10edc9c983fc2ea30ed9e16bdd38c9737 /SharedFilteringLib.hlsl | |
| parent | b57eb0894b8abef05db7648addf089cdd3773b54 (diff) | |
Touch up shadows
Diffstat (limited to 'SharedFilteringLib.hlsl')
| -rw-r--r-- | SharedFilteringLib.hlsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SharedFilteringLib.hlsl b/SharedFilteringLib.hlsl index 582adff..56dc8c3 100644 --- a/SharedFilteringLib.hlsl +++ b/SharedFilteringLib.hlsl @@ -1,6 +1,8 @@ #ifndef SERVICE_FILTERING_INCLUDED #define SERVICE_FILTERING_INCLUDED +#include "SharedSamplingLib.hlsl" + float4 cubic(float v) { float4 n = float4(1.0, 2.0, 3.0, 4.0) - v; |
