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
{{ message }}
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.
spir-v differentiates between runtime arrays and static arrays
Slices can't be supported in rlsl at the moment
Things like
len
on a static array currently maps toSlice::len()
in Rust, which can't be expressed.Const generics aren't a thing yet.
Because slices are not supported, we need to abstract over arrays with generics
The text was updated successfully, but these errors were encountered: