Skip to content

Commit 76ec70a

Browse files
Fix stride and fill size of Out buffer in cbuffer/vectors-16bit.test. (#1261)
The stride and fill size were incorrect in the `Feature/CBuffer/vectors-16bit.test` test. On my local machine (where I am doing lots of fixes on buffer and texture creation/management) this is not an issue on WARP either. If it fails CI on this I will convert it to draft and we can then merge it at a later point.
1 parent f4f7c5b commit 76ec70a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

test/Feature/CBuffer/vectors-16bit.test

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ Buffers:
3434
]
3535
- Name: Out
3636
Format: Hex16
37-
# Warp doesn't seem to be able to handle a stride of 10 so we use 12 here
38-
Stride: 12
39-
FillSize: 12
37+
Stride: 10
38+
FillSize: 10
4039
DescriptorSets:
4140
- Resources:
4241
- Name: CBVectors

0 commit comments

Comments
 (0)