blob: 23489fa75eb2fc52f7ddf9e62da716ff002a4b29 [file] [log] [blame]
uniform int bound;
#define FOO 3
#define BAR 2
[numthreads(2+2, 2*3, (1+FOO)*BAR)]
void main()
{
[unroll(5*2 + 1) ]
for (int x=0; x<bound; ++x)
;
}