Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
resetVulkanSceneInterop
Method · 0.80
resetVulkanSplitRightInterop
Method · 0.80
resetVulkanDepthBlitInterop
Method · 0.80
drainVulkanFramesForInteractiveTransition
Method · 0.80
reset
Method · 0.80
doRender
Method · 0.80
readOutputImage
Method · 0.80
releasePreviewResources
Method · 0.80
releaseSceneResources
Method · 0.80
ensureOutputImages
Method · 0.80
readPreviewDepth
Method · 0.80
readOutputImageIntoCpuHwc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected