Safe exiting with CPU blocking
This commit is contained in:
@@ -19,6 +19,8 @@ namespace cve {
|
||||
glfwPollEvents();
|
||||
drawFrame();
|
||||
}
|
||||
|
||||
vkDeviceWaitIdle(cveDevice.device());
|
||||
}
|
||||
void FirstApp::createPipelineLayout() {
|
||||
VkPipelineLayoutCreateInfo pipelineLayoutInfo{};
|
||||
|
||||
Reference in New Issue
Block a user