| 502 | } |
| 503 | |
| 504 | void 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 | |
| 512 | bool Instancing::resize(const uint32_t width, const uint32_t height) |
| 513 | { |