repo.or.cz
/
glslang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump github/codeql-action from 3.27.1 to 3.27.4
[glslang.git]
/
Test
/
hlsl.attribute.expression.comp
blob
23489fa75eb2fc52f7ddf9e62da716ff002a4b29
1
2
uniform int bound;
3
4
#define FOO 3
5
#define BAR 2
6
7
[numthreads(2+2, 2*3, (1+FOO)*BAR)]
8
void main()
9
{
10
[unroll(5*2 + 1) ]
11
for (int x=0; x<bound; ++x)
12
;
13
}