| 469 | } |
| 470 | |
| 471 | bool MobileNerf::resize(const uint32_t width, const uint32_t height) |
| 472 | { |
| 473 | ApiVulkanSample::resize(width, height); |
| 474 | rebuild_command_buffers(); |
| 475 | return true; |
| 476 | } |
| 477 | |
| 478 | void MobileNerf::request_gpu_features(vkb::core::PhysicalDeviceC &gpu) |
| 479 | { |
no outgoing calls
no test coverage detected