You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unroll attribute isn't preserved by rewriter: [unroll] changes to [unroll(1)], which in HLSL means that the maximum loop count is assumed to be 1 when unrolling.
Unroll attribute isn't preserved by rewriter: [unroll] changes to [unroll(1)], which in HLSL means that the maximum loop count is assumed to be 1 when unrolling.