MCPcopy 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
1009template <vkb::BindingType bindingType>
1010inline 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

resetMethod · 0.45

Tested by

no test coverage detected