Skip to content

Commit 46c9d14

Browse files
author
devsh
committed
correct one more include failure
1 parent 05358fc commit 46c9d14

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/nbl/video/utilities/CScanner.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
namespace nbl::video
1414
{
1515

16-
#include "nbl/builtin/glsl/scan/parameters_struct.glsl"
17-
#include "nbl/builtin/glsl/scan/default_scheduler.glsl"
18-
static_assert(NBL_BUILTIN_MAX_SCAN_LEVELS&0x1,"NBL_BUILTIN_MAX_SCAN_LEVELS must be odd!");
19-
2016
/**
2117
Utility class to help you perform the equivalent of `std::inclusive_scan` and `std::exclusive_scan` with data on the GPU.
2218

0 commit comments

Comments
 (0)