| 80 | } |
| 81 | |
| 82 | bool HPPInstancing::resize(const uint32_t width, const uint32_t height) |
| 83 | { |
| 84 | HPPApiVulkanSample::resize(width, height); |
| 85 | rebuild_command_buffers(); |
| 86 | return true; |
| 87 | } |
| 88 | |
| 89 | void HPPInstancing::request_gpu_features(vkb::core::PhysicalDeviceCpp &gpu) |
| 90 | { |
no outgoing calls
no test coverage detected