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
This change allows array variables to copy-initialize from other
arrays. It also corrects a small error in HLSL C-Style casting that did
not error on casting to arrays if elementwise and splat conversions
fail.
Fixesllvm#127551
This change allows array variables to copy-initialize from other arrays.
It also corrects a small error in HLSL C-Style casting that did not
error on casting to arrays if elementwise and splat conversions fail.
Fixes#127551
Uh oh!
There was an error while loading. Please reload this page.
HLSL allows a constant-sized array variable to be initialized from an array of the same type.
CE
AC: the code above should compile and initialize the local array
a
by copyingA
.The text was updated successfully, but these errors were encountered: