Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Oct 11, 2024
1 parent 30bad99 commit 20416ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/misc/unions/tests/win.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fn d3d() {
let mut desc = D3D12_INDIRECT_ARGUMENT_DESC {
Type: D3D12_INDIRECT_ARGUMENT_TYPE_VERTEX_BUFFER_VIEW,
Anonymous: D3D12_INDIRECT_ARGUMENT_DESC_0 {
VertexBuffer: D3D12_INDIRECT_ARGUMENT_DESC_0_5 { Slot: 123 },
VertexBuffer: D3D12_INDIRECT_ARGUMENT_DESC_0_0 { Slot: 123 },
},
};

Expand Down

0 comments on commit 20416ea

Please sign in to comment.