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
It looks like there is a behavior difference between linux & windows on the order of the ByteAddressBuffer offsets.
(re-ordered in #275 after a flip in #267)
Taking tests/user_type/byte_address_buffer_1.spv.yaml at c637858
On linux, I get the yaml order: [1, 2], but on Windows, I get the reversed order [2, 1].
I have in total ~10 broken tests on Windows, but all shown the exact same offsets, just in the revered order (inc on linux, dec on windows).
Not familiar with spirv-reflect, so unsure what would cause this.
The text was updated successfully, but these errors were encountered:
Hi,
It looks like there is a behavior difference between linux & windows on the order of the ByteAddressBuffer offsets.
(re-ordered in #275 after a flip in #267)
Taking
tests/user_type/byte_address_buffer_1.spv.yaml
at c637858On linux, I get the yaml order:
[1, 2]
, but on Windows, I get the reversed order[2, 1]
.I have in total ~10 broken tests on Windows, but all shown the exact same offsets, just in the revered order (inc on linux, dec on windows).
Not familiar with spirv-reflect, so unsure what would cause this.
The text was updated successfully, but these errors were encountered: