Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
990
template <vkb::BindingType bindingType>
991
inline bool Gui<bindingType>::is_debug_view_active() const
992
{
993
return debug_view.active;
994
}
995
996
template <vkb::BindingType bindingType>
997
inline void Gui<bindingType>::new_frame()
998
{
Callers
1
update_gui
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected