summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-parameter-binding.cpp
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2025-01-27 10:58:01 -0800
committerGitHub <noreply@github.com>2025-01-27 10:58:01 -0800
commitda3dc98f96cc7be2accb5c6f86aa6f6e5502bada (patch)
treea297ac4385f8f252a7cfc16870069fa308751d42 /source/slang/slang-parameter-binding.cpp
parent1f1892d033ce2938518dc7065cf5c36631919270 (diff)
Fix an incorrect iteration with a workList (#6177)
* Fix an incorrect iteration with a workList We cannot modify workList while iterating it, because its type `List` is actually an array container. * Change based on the feedback * Use `Index` instead of `int` for for-loop index --------- Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'source/slang/slang-parameter-binding.cpp')
0 files changed, 0 insertions, 0 deletions