| 148 | |
| 149 | template <vkb::BindingType bindingType> |
| 150 | inline vkb::CommandBufferResetMode CommandPool<bindingType>::get_reset_mode() const |
| 151 | { |
| 152 | return CommandPoolBase::get_reset_mode(); |
| 153 | } |
| 154 | |
| 155 | template <vkb::BindingType bindingType> |
| 156 | inline size_t CommandPool<bindingType>::get_thread_index() const |
no outgoing calls
no test coverage detected