| 806 | else |
| 807 | { |
| 808 | this->get_resource().endQuery(static_cast<vk::QueryPool>(query_pool.get_handle()), query); |
| 809 | } |
| 810 | } |
| 811 | |
| 812 | template <vkb::BindingType bindingType> |
| 813 | inline void CommandBuffer<bindingType>::end_render_pass() |
| 814 | { |
no outgoing calls
no test coverage detected