Skip to content

Commit

Permalink
Update golden YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-story committed Jun 26, 2024
1 parent c0832db commit 30e8b7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/user_type/byte_address_buffer_0.spv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ all_descriptor_bindings:
accessed: 1
uav_counter_id: 4294967295
uav_counter_binding:
ByteAddressBuffer offsets: [4, 5, 11, 13]
ByteAddressBuffer offsets: [13, 5, 11, 4]
type_description: *td1
word_offset: { binding: 129, set: 125 }
user_type: ByteAddressBuffer
Expand Down
2 changes: 1 addition & 1 deletion tests/user_type/byte_address_buffer_1.spv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ all_descriptor_bindings:
accessed: 1
uav_counter_id: 4294967295
uav_counter_binding:
ByteAddressBuffer offsets: [1, 2]
ByteAddressBuffer offsets: [2, 1]
type_description: *td5
word_offset: { binding: 112, set: 108 }
user_type: ByteAddressBuffer
Expand Down
2 changes: 1 addition & 1 deletion tests/user_type/rw_byte_address_buffer.spv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ all_descriptor_bindings:
accessed: 1
uav_counter_id: 4294967295
uav_counter_binding:
ByteAddressBuffer offsets: [4, 5, 11, 13]
ByteAddressBuffer offsets: [13, 5, 11, 4]
type_description: *td1
word_offset: { binding: 130, set: 126 }
user_type: RWByteAddressBuffer
Expand Down

0 comments on commit 30e8b7c

Please sign in to comment.