Skip to content

Commit

Permalink
gapis/api/vulkan: Fix TestCallReflectedCommand
Browse files Browse the repository at this point in the history
 VkCmdDispatch was crashing as it was
expecting state that was not there.
  • Loading branch information
ben-clayton committed May 16, 2018
1 parent 131ea54 commit d2417a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapis/api/vulkan/externs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ func TestCallReflectedCommand(t *testing.T) {
memory.Nullptr,
VkResult_VK_SUCCESS,
)
CallReflectedCommand(ctx, cmd, 10, s, nil, subDovkCmdDispatch, MakeVkCmdDispatchArgsʳ())
CallReflectedCommand(ctx, cmd, 10, s, nil, subDovkCmdWriteTimestamp, NewVkCmdWriteTimestampArgsʳ(0, 0, 0))
}

0 comments on commit d2417a2

Please sign in to comment.