HLSL: Allow expressions in attributes
For example:
[numthreads(2+2, 2*3, (1+FOO)*BAR)]
This will result in a thread count (4, 6, 8).
Showing
Test/hlsl.attribute.expression.comp
0 → 100644
Please
register
or
sign in
to comment