From 90d8af888b40c83b33f9f0c037bd2ab8c19a35f4 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 7 Dec 2021 13:45:49 -0800 Subject: gfx: D3D12 and VK Fence implementation. (#2048) * gfx: D3D12 and VK Fence implementation. * Fix. * Update project files. * Revert project file changes. * Remove project files Co-authored-by: Yong He --- tools/gfx-unit-test/create-buffer-from-handle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gfx-unit-test/create-buffer-from-handle.cpp') diff --git a/tools/gfx-unit-test/create-buffer-from-handle.cpp b/tools/gfx-unit-test/create-buffer-from-handle.cpp index 538dc492a..71b5f5ca2 100644 --- a/tools/gfx-unit-test/create-buffer-from-handle.cpp +++ b/tools/gfx-unit-test/create-buffer-from-handle.cpp @@ -78,7 +78,7 @@ namespace gfx_test encoder->endEncoding(); commandBuffer->close(); queue->executeCommandBuffer(commandBuffer); - queue->wait(); + queue->waitOnHost(); } compareComputeResult( -- cgit v1.2.3