We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05358fc commit 46c9d14Copy full SHA for 46c9d14
include/nbl/video/utilities/CScanner.h
@@ -13,10 +13,6 @@
13
namespace nbl::video
14
{
15
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
-
20
/**
21
Utility class to help you perform the equivalent of `std::inclusive_scan` and `std::exclusive_scan` with data on the GPU.
22
0 commit comments