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
use iterators and zip instead of enumeration and indexing in shadow map cascades (#20360)
# Objective
- refactor code to be easier to understand
## Solution
- use iterator methods like zip chain map instead of if statements and
indexing
## Testing
- shadow_biases example
0 commit comments