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

Method is_debug_view_active

framework/gui.h:992–995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990template <vkb::BindingType bindingType>
991inline bool Gui<bindingType>::is_debug_view_active() const
992{
993 return debug_view.active;
994}
995
996template <vkb::BindingType bindingType>
997inline void Gui<bindingType>::new_frame()
998{

Callers 1

update_guiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected