-
HLSL: Allow expressions in attributes · a22f7dbbsteve-lunarg authored
For example: [numthreads(2+2, 2*3, (1+FOO)*BAR)] This will result in a thread count (4, 6, 8).
a22f7dbb
×
For example: [numthreads(2+2, 2*3, (1+FOO)*BAR)] This will result in a thread count (4, 6, 8).