| 510 | } |
| 511 | |
| 512 | bool Instancing::resize(const uint32_t width, const uint32_t height) |
| 513 | { |
| 514 | ApiVulkanSample::resize(width, height); |
| 515 | rebuild_command_buffers(); |
| 516 | return true; |
| 517 | } |
| 518 | |
| 519 | std::unique_ptr<vkb::Application> create_instancing() |
| 520 | { |
no outgoing calls
no test coverage detected