Skip to content

Commit 3e226ab

Browse files
committed
Fix Example 06, WaitIdle before quit
1 parent 8c3a215 commit 3e226ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples_tests/06.MeshLoaders/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ class MeshLoadersApp : public ApplicationBase
317317
}
318318
void onAppTerminated_impl() override
319319
{
320+
logicalDevice->waitIdle();
320321
}
321322
void workLoopBody() override
322323
{

0 commit comments

Comments
 (0)