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 88563ab commit 4446333Copy full SHA for 4446333
examples_tests/39.DenoiserTonemapper/ShaderCommon.glsl
@@ -8,8 +8,7 @@ layout(local_size_x=COMPUTE_WG_SIZE) in;
8
layout(constant_id = 1) const uint EII_COLOR = 0u;
9
layout(constant_id = 2) const uint EII_ALBEDO = 1u;
10
layout(constant_id = 3) const uint EII_NORMAL = 2u;
11
-// layout(constant_id = 4) const uint EII_COUNT = 3u; // for now until @Crisspl fixes a bug with SPIRV-Cross usage
12
-#define EII_COUNT 3u
+layout(constant_id = 4) const uint EII_COUNT = 3u;
13
14
#include "./CommonPushConstants.h"
15
0 commit comments