| 1037 | } |
| 1038 | |
| 1039 | bool TimestampQueries::resize(const uint32_t width, const uint32_t height) |
| 1040 | { |
| 1041 | ApiVulkanSample::resize(width, height); |
| 1042 | update_uniform_buffers(); |
| 1043 | return true; |
| 1044 | } |
| 1045 | |
| 1046 | std::unique_ptr<vkb::Application> create_timestamp_queries() |
| 1047 | { |
no outgoing calls
no test coverage detected