diff options
Diffstat (limited to 'tools/gfx-unit-test/get-shared-handle.cpp')
| -rw-r--r-- | tools/gfx-unit-test/get-shared-handle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx-unit-test/get-shared-handle.cpp b/tools/gfx-unit-test/get-shared-handle.cpp index 06114f139..8b991f15c 100644 --- a/tools/gfx-unit-test/get-shared-handle.cpp +++ b/tools/gfx-unit-test/get-shared-handle.cpp @@ -89,7 +89,7 @@ namespace gfx_test encoder->endEncoding(); commandBuffer->close(); queue->executeCommandBuffer(commandBuffer); - queue->wait(); + queue->waitOnHost(); } compareComputeResult( |
