| 605 | } |
| 606 | |
| 607 | bool MemoryBudget::resize(uint32_t width, uint32_t height) |
| 608 | { |
| 609 | bool resizeResults = ApiVulkanSample::resize(width, height); |
| 610 | rebuild_command_buffers(); |
| 611 | return resizeResults; |
| 612 | } |
| 613 | |
| 614 | std::unique_ptr<vkb::Application> create_memory_budget() |
| 615 | { |
no outgoing calls
no test coverage detected