Skip to content

Commit 295055f

Browse files
svc-reach-platform-supportEvergreen
authored andcommitted
[Port] [2022.3] Add missing include in HLSL file
1 parent ff4c005 commit 295055f

File tree

1 file changed

+1
-0
lines changed
  • Packages/com.unity.render-pipelines.universal/ShaderLibrary

1 file changed

+1
-0
lines changed

Packages/com.unity.render-pipelines.universal/ShaderLibrary/Shadows.hlsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/Shadow/ShadowSamplingTent.hlsl"
66
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/GlobalSamplers.hlsl"
77
#include "Core.hlsl"
8+
#include "Packages/com.unity.render-pipelines.core/ShaderLibrary/CommonMaterial.hlsl"
89
#include "Shadows.deprecated.hlsl"
910

1011
#define MAX_SHADOW_CASCADES 4

0 commit comments

Comments
 (0)