MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / waitForSubmittedFrames

Method waitForSubmittedFrames

src/visualizer/window/vulkan_context.cpp:1237–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235 }
1236
1237 bool VulkanContext::waitForSubmittedFrames() {
1238 return waitForFrameFences();
1239 }
1240
1241 bool VulkanContext::deviceWaitIdle() {
1242 if (device_ == VK_NULL_HANDLE) {

Callers 13

resetMethod · 0.80
doRenderMethod · 0.80
readOutputImageMethod · 0.80
releaseSceneResourcesMethod · 0.80
ensureOutputImagesMethod · 0.80
readPreviewDepthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected