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