Code Review: a) revert TinyGLTF #defines, b) call vkDeviceWaitIdle() in macOS/iOS termination handlers, c) remove OpenMP target_compile_options() in CMakeLists
This commit is contained in:
parent
46b2027dd1
commit
c89d4eb776
7 changed files with 10 additions and 18 deletions
|
|
@ -1556,7 +1556,8 @@ dispatch_group_t concurrentGroup;
|
|||
{
|
||||
vulkanExample->quit = YES;
|
||||
dispatch_group_wait(concurrentGroup, DISPATCH_TIME_FOREVER);
|
||||
delete vulkanExample;
|
||||
vkDeviceWaitIdle(vulkanExample->vulkanDevice->logicalDevice);
|
||||
delete(vulkanExample);
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue