attribute [ForceUnroll]¶
Description¶
Instructs the Slang compiler to unroll the loop until the specified number of iterations before emiting targett code.
Signature¶
[ForceUnroll(count : int)]
Parameters¶
count : int = 0¶
The maximun number of iterations to unroll the loop.