Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ wait_frame
Method
wait_frame
framework/rendering/render_context.h:1010–1013 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1008
1009
template <vkb::BindingType bindingType>
1010
inline void RenderContext<bindingType>::wait_frame()
1011
{
1012
get_active_frame().reset();
1013
}
1014
1015
} // namespace rendering
1016
} // namespace vkb
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected