Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 4aafe84

Browse files
committed
Add missing include
1 parent 77da772 commit 4aafe84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PostProcessing/Shaders/Builtins/MultiScaleVODownsample2.compute

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
#pragma kernel main
2626

27+
#include "../StdLib.hlsl"
28+
2729
Texture2D<float> DS4x;
2830
RWTexture2D<float> DS8x;
2931
RWTexture2DArray<float> DS8xAtlas;

0 commit comments

Comments
 (0)