Bump github/codeql-action from 3.27.1 to 3.27.4
[glslang.git] / Test / hlsl.attribute.expression.comp
blob23489fa75eb2fc52f7ddf9e62da716ff002a4b29
2 uniform int bound;
4 #define FOO 3
5 #define BAR 2
7 [numthreads(2+2, 2*3, (1+FOO)*BAR)]
8 void main()
10     [unroll(5*2 + 1) ]
11         for (int x=0; x<bound; ++x)
12             ;