MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / new_frame

Method new_frame

framework/gui.h:998–1001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

996template <vkb::BindingType bindingType>
997inline void Gui<bindingType>::new_frame()
998{
999 ImGui::NewFrame();
1000}
1001
1002template <vkb::BindingType bindingType>
1003inline void Gui<bindingType>::prepare(PipelineCacheType pipeline_cache,
1004 RenderPassType render_pass,

Callers 1

update_guiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected