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

Method on_update_ui_overlay

samples/api/instancing/instancing.cpp:504–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void Instancing::on_update_ui_overlay(vkb::Drawer &drawer)
505{
506 if (drawer.header("Statistics"))
507 {
508 drawer.text("Instances: %d", INSTANCE_COUNT);
509 }
510}
511
512bool Instancing::resize(const uint32_t width, const uint32_t height)
513{

Callers

nothing calls this directly

Calls 2

headerMethod · 0.80
textMethod · 0.80

Tested by

no test coverage detected