attribute [fastopt]¶
Description¶
Used on loop statements as a hint to the downstream compiler to perform less aggressive optimization on the loop in favor of faster compilation time. This attribute has no effect on targets other than HLSL.
Signature¶
[fastopt]