ERR_CANT_UNROLL

Code: 3511 (3511)

As HRESULT:As NTSTATUS:

Documented in Win32

HLSL errors and warnings (comperrors.h): 3511

The loop is unable to unroll, the loop doesn't appear to terminate in a timely manner (in the specified number of iterations), or the unrolled loop is too large. Use the [unroll(n)] attribute to force an exact higher number.