diff options
Diffstat (limited to 'tools/gfx-unit-test/buffer-barrier-test.cpp')
| -rw-r--r-- | tools/gfx-unit-test/buffer-barrier-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx-unit-test/buffer-barrier-test.cpp b/tools/gfx-unit-test/buffer-barrier-test.cpp index 4dd3aa9a8..f11dd1e5b 100644 --- a/tools/gfx-unit-test/buffer-barrier-test.cpp +++ b/tools/gfx-unit-test/buffer-barrier-test.cpp @@ -109,7 +109,7 @@ namespace gfx_test encoder->endEncoding(); commandBuffer->close(); queue->executeCommandBuffer(commandBuffer); - queue->wait(); + queue->waitOnHost(); } compareComputeResult( |
